a:link
{
	text-decoration:none;
	color:#238B4E;
}
a:hover
{
	text-decoration:underline;
	color:#238B4E;
}
a:visited
{
	text-decoration:none;
	color: rgb(102,0,0); 
} 
a:visited:hover
{
	text-decoration:underline;
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background:#f4f4f4;
	color:#303030;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Times;
}
/*
h1
{
	color: #800000;font-family:Verdana, Arial;
}
h2
{
	color: #000080;font-style:italic; font-size:18pt; 
}
h3
{
	font-size:1.3em; color: #800000; font-family: Arial, Verdana;
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}
*/