h1,h2,h3
{
font-family: "arial", arial, 'sans serif'; 
}

p,table,li,address
{
font-family: "arial", arial, 'sans serif'; 
}

p,li,th,td
{
font-size: 75%;
}

h1,h2,h3,hr
{
color:#000066;
}

a:link     { color:#000066 }
a:visited  { color:#000066 }
a:active   { color:red }
a:hover    { color:red }

body
{
	background-image: url(bkgd.gif);
	background-repeat: repeat-y;
	background-position:center;
}
