CSS
21
wfu-win.css
Guest on 12th May 2022 09:50:52 AM
A {
color: #660000 ;
text-decoration:underline
}
A:hover
{
color:CC6600 ;
text-decoration: underline
}
P, UL, LI, BLOCKQUOTE {
font-family: Arial,Verdana,Helvetica,sans-serif ;
font-size: 14px ;
font-style: normal
}
H1 {
font-family:Arial,Verdana,Helvetica,sans-serif ;
font-size: 22px ;
font-style: normal ;
font-weight: bold
}
H2 {
font-family: Arial,Verdana,Helvetica,sans-serif ;
font-size: 20px ;
font-style: normal ;
font-weight: bold
}
H3 {
font-family:Arial,Verdana,Helvetica,sans-serif ;
font-size: 16px ;
font-style: normal ;
font-weight: bold
}
INPUT {
font-family: Verdana,Arial,Helvetica,sans-serif ;
font-size: 10px ;
font-style: normal
}
.silver {
color: #666666 ;
}
.small {
font-family: Verdana,Arial,Helvetica,sans-serif ;
font-size: 10px ;
font-weight: normal
}