body{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
body,td{	
	font-family: verdana, MS sans serif, sans-serif, Arial;
	font-size: 75%;
	color: #121317;
}
h1{
	color: #232528;
	text-decoration: none;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 10 0;
	padding: 0;
}
A:Link {
	color : #0e59b7;
	font-size: 100%;
}
A:Visited {
	color : #4e1693;
  font-size: 100%;
}
A:Active {
	color : #dd0024;
	font-size: 100%;
}
A:Hover {
	color : #dd0024;
	font-size: 100%;
}
A.menu:Link {
	color : #0e59b7;
	font-size: 100%;
	font-weight : bold;
	text-decoration : none;	
}
A.menu:Visited {
	color : #4e1693;
  font-size: 100%;
  font-weight : bold;
  text-decoration : none; 
}
A.menu:Active {
	color : #dd0024;
	font-size: 100%;
	font-weight : bold;
	text-decoration : none;
}
A.menu:Hover {
	color : #dd0024;
	font-size: 100%;
	font-weight : bold;
	text-decoration : none;
}