/* CSS Document */

BODY 
{
background: white;
background-repeat: repeat-y
}
	   
h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
background-repeat: no-repeat;
font-family: verdana, arial, 'sans serif'; 
font-size: 12;
margin-left: 0pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-size: 100%;
font-size: 12;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:blue}
a:visited {color:black}
a:active  {color:blue}
a:hover   {color:red}


