a:link
{
	color: blue; 
	text-decoration: underline;
	font-weight: bold;

}
a:visited
{
	color: purple; 
	text-decoration: underline;
	font-weight: bold;

} 
a:active 
{
	color: blue;
	text-decoration: underline;
	font-weight: bold;

}
a:hover 
{   color: red;
    text-decoration: underline;
    font-weight: bold;
    
}

p
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: #000000;
}

li
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: #000000;
}

body
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
}
table
{
	table-border-color-light: #666666;
	table-border-color-dark: #666666; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Tahoma, Verdana;
}
h1
{
	color: #000000;
	font-size: 18pt;
}
h2
{
	color: #333333;
	font-size: 14pt;
}
h3
{
	color: #333333;
	font-size: 12pt;
}
h4
{
	color: #000000;
	font-size: 10pt;
}
h5
{
	color: #333333;
	font-size: 8pt;
}
h6
{
	color: #666666;
}