h1,h2,h3
{
font-family: arial, 'sans serif'; 
}

p,table,li,address
{
font-family: arial, 'sans serif'; 
}

p,li,th,td
{
font-size: 90%;
}

h1,h2,h3,hr
{
color:brown;
}

a:link     { color:black }
a:visited  { color:green }
a:active   { color:blue }
a:hover    { color:red }

body
{
background-color: white;
}