4 lines
208 B
CSS
4 lines
208 B
CSS
* { background: #fff; }
|
|
body { font-family: georgia, times, serif; color: black; }
|
|
blockquote { font-style: italic; color: black; }
|
|
a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }
|