2014-08-31 23:22:56 +02:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
font-family: 'Droid Sans', sans-serif;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
|
2014-09-07 09:57:01 +02:00
|
|
|
h2 {
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2014-08-31 23:22:56 +02:00
|
|
|
#middle {
|
|
|
|
padding: 0 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
margin: 1.5em 0;
|
|
|
|
padding: 0;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #6a2;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2014-09-03 19:07:53 +02:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #7b3;
|
|
|
|
}
|