You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
786 B
CSS
22 lines
786 B
CSS
body {
|
|
background-color: #e8e8e8;
|
|
FONT-FAMILY: Arial, Univers, Helvetica, Sans-Serif;
|
|
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
|
|
:link { color: blue }
|
|
:visited { color: fuchsia }
|
|
:active { color: red }
|
|
A:hover {background: yellow}
|
|
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif}
|
|
strong.c4 { color: red}
|
|
span.c3 { color:black; background:yellow}
|
|
span.aqua {COLOR:black; BACKGROUND:aqua}
|
|
span.c5 ( color:white; background:red)
|
|
p.c2 { font-size: 80%}
|
|
span.c1 { font-size: 80%}
|
|
td,th,nobr { font-size: 90% }
|
|
h1 { font-size: 186% }
|
|
h2 { font-size: 157% }
|
|
h3 { font-size: 135% }
|
|
h4 { font-size: 115% }
|
|
|
|
pre { font-family:Courier New,Courier; font-size: 100%; color:#000000 } |