body{
	background-color: #C6C9D3;
	margin: 0;
	padding: 0;
}
body,td{
	font-family: verdana, MS sans serif, sans-serif, Arial;
	font-size: 70%;
}
h1{
	color : #817255;
	text-decoration : none;	
	font-weight : bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
h2{
	color : #817255;
	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 : #1F4E96;
	font-size: 100%;
}
A:Visited {
	color : #733582;
  font-size: 100%;
}
A:Active {
	color : #FD711D;
	font-size: 100%;
}
A:Hover {
	color : #FD711D;
	font-size: 100%;
}
A.menu:Link {
	color : #1F4E96;
	font-size: 100%;
	text-decoration : none;	
}
A.menu:Visited {
	color : #733582;
  font-size: 100%;
  text-decoration : none; 
}
A.menu:Active {
	color : #FD711D;
	font-size: 100%;
	text-decoration : none;
}
A.menu:Hover {
	color : #FD711D;
	font-size: 100%;
	text-decoration : none;
}