.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.centered 
{
     text-align: center;
}

div.centered table 
{
     margin: 0 auto; 
     text-align: left;
}


a:link
{
	text-decoration: none;
	color:#000000;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: none;
	color: Red;
}

a:active
{
	text-decoration: none;
	color: #000000;
}
