/* CSS Document */
h1, h2, h3, h4, h5, h6, h7, p, td , ul, li, ol
{
font-family: arial, verdana,  'sans serif'; 
}
h1, h2, h3, h4
{
font-weight: bold
}
h5, h6, h7, p, ul, li, ol
{
font-size: 95%
}
a:link {color: #0000ff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #9900FF; text-decoration: none; }
a:hover {color: #006666; text-decoration: underline; }

body {
	background-color: #FFFFFF;
}