Background Color
H1
H2
Links
SOURCE
body
{
background-color:#f0f0e6;
}
h1
{
font-family:Verdana, Arial, Helvetica;
font-size:16px;
COLOR:navy;
}
h2
{
font-family: Verdana, Arial, Helvetica;
font-size:14px;
COLOR:black;
background-color:white;
MARGIN-BOTTOM:4px;
}
td
{
font-family: Arial, Verdana, Arial, Helvetica;
font-size : 12px;
COLOR: black;
FONT-WEIGHT: normal;
}
A
{
background-color: black;
color: white;
letter-spacing: normal;
font-family: serif;
font-weight: normal;
font-size: 14pt;
font-style: normal;
text-decoration: none;
}
A:VISITED
{
background-color: black;
color: white;
letter-spacing: normal;
font-family: serif;
font-weight: normal;
font-size: 14pt;
font-style: normal;
text-decoration: none;
}
A:hover
{
background-color: blue;
color: white;
letter-spacing: normal;
font-family: cursive;
font-weight: bold;
font-size: 16pt;
font-style: italic;
text-decoration: overline;
text-transform: capitalize;
}
|