2012-11-28 18:40:54 +01:00
|
|
|
body {
|
|
|
|
color: #666;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
sans-serif;
|
|
|
|
margin:0;
|
|
|
|
width: 800px;
|
|
|
|
margin: auto;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 56px;
|
|
|
|
line-height: 100px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #456;
|
|
|
|
}
|
2012-02-23 20:04:20 +01:00
|
|
|
h2 { font-size: 24px; color: #666; line-height: 1.5em; }
|
|
|
|
|
2012-11-28 18:40:54 +01:00
|
|
|
h3 {
|
|
|
|
color: #456;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: normal;
|
2012-02-23 20:04:20 +01:00
|
|
|
line-height: 28px;
|
|
|
|
}
|
|
|
|
|
2012-11-28 18:40:54 +01:00
|
|
|
hr {
|
|
|
|
margin: 18px 0;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #EEE;
|
|
|
|
border-bottom: 1px solid white;
|
2012-02-23 20:04:20 +01:00
|
|
|
}
|