19 lines
373 B
CSS
19 lines
373 B
CSS
BODY { color: black;
|
|
font-family: sans-serif;
|
|
background-color: white }
|
|
|
|
P, UL, OL { color: black;
|
|
font-family: sans-serif;
|
|
background-color: white;
|
|
text-align: left }
|
|
|
|
TT { color: #000040;
|
|
font-family: sans-serif;
|
|
font-weight: bold }
|
|
|
|
A:link { color: blue }
|
|
|
|
A:visited { color: #800080 }
|
|
|
|
A:active {color: red }
|