a:link {
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
a:visited { font-weight:normal; text-decoration:none }
a:hover { font-weight:normal; text-decoration:none }
a:active { font-weight:normal; text-decoration:underline }
a:focus { font-weight:normal; text-decoration:underline }


body
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,255,102);
	background-color: rgb(255,255,255);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #666666;
}
h2
{
	color: rgb(255,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(255,0,0);
}
h5
{
	color: rgb(128,0,0);
}
h6
{
	color: rgb(0,0,160);
}
