body{
	background-color: #A3A5A8;
	margin: 0;
	padding: 0;
}
body,td{
	font-family: verdana, MS sans serif, sans-serif, Arial;
	font-size: 70%;
}
h1{
	color : #CA2223;
	text-decoration : none;	
	font-weight : bold;
	font-size: 120%;
	margin: 0;
	padding: 0;
}
.white{
	color : #ffffff;
	text-decoration : none;	
	font-size: 100%;
	margin: 0;
	padding: 0;
}

A:Link {
	color : #005F8A;
	font-size: 100%;
}
A:Visited {
	color : #6F394F;
  font-size: 100%;
}
A:Active {
	color : #E7000C;
	font-size: 100%;
}
A:Hover {
	color : #E7000C;
	font-size: 100%;
}
A.menu:Link {
	color : #ffffff;
	font-size: 100%;
	text-decoration : none;
	font-weight : bold;
}
A.menu:Visited {
	color : #ffffff;
  font-size: 100%;
  text-decoration : none;
  font-weight : bold;
}
A.menu:Active {
	color : #E7000C;
	font-size: 100%;
	text-decoration : none;
	font-weight : bold;
}
A.menu:Hover {
	color : #E7000C;
	font-size: 100%;
	text-decoration : none;
	font-weight : bold;
}