23 lines
292 B
CSS
23 lines
292 B
CSS
body{
|
|
margin:1em auto;
|
|
max-width:40em;
|
|
padding:0 .62em 3.24em;
|
|
font:1.2em/1.62 sans-serif;
|
|
line-height:1.6;
|
|
color:#444;
|
|
background-color:#EEEEEE
|
|
}
|
|
|
|
h1,h2,h3 {
|
|
line-height:1.2
|
|
}
|
|
|
|
a {
|
|
color: #0044CC;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover, a:active {
|
|
color: #003399;
|
|
}
|
|
|