7 lines
337 B
CSS
7 lines
337 B
CSS
body { font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; }
|
|
h1, h2, h3, h4, h5, h6 { font-family: lucida grande ; }
|
|
#header { text-align: center ; }
|
|
#container { max-width: 720px ; margin: 0 auto; padding: 20px; }
|
|
.entry { margin-bottom: 75px ; }
|
|
a { color: #5C832F; text-decoration: none; }
|
|
a:hover { text-decoration: underline; } |