@CHARSET "ISO-8859-1";


body
{
	text-align: center;
}

#mainnav
{
	margin-bottom: 15px;
	margin-top: 15px;
}

#mainnav a
{
	text-decoration: none;
}


#mainnav a.active
{
	text-decoration: underline;
	color: rgb(212,114,254);
}


#mainnav a:hover
{
	text-decoration: underline;
	/*font-weight: bold;*/
	color: rgb(212,114,254);
}


#mainnav td
{
	padding-right: 5px;
}