.navigation 
{
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;	
}
.navigation:hover
{
	color:#5A084A;
	text-decoration: underline;
	font-weight: bold;
	font-size:16px;	
}
td {
	color:#000000;
	font-family: Arial ;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;	
}
a {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
a:hover {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
h1
{
	color:#ffffff;
	font-family: Tahoma;
	font-size:12px;
	font-weight: bold;
	margin:0px;
}
input {
border: solid 1px #000000;
}