BODY {
 
	background-color: #FFFAF0;
	color: #00014A;	
	font-size: 16px;	
	
	font-family: Arial, Helvetica, sans-serif;
	
}

TABLE {
 color: #00014A;
	background-color: #FFFAF0;
	border-width:  thin;
	font-size: 16px;
	border-color: Yellow;
}

TD{
	color: #00014A;
	font-size: 16px;
	background-color: #FFFAF0;
	margin: 20px;
	border-width: thin;
	border-color: Yellow;
}

table.page {
width: 900px;
	margin: auto;
	
}



H5{	
font-size: 110%;
}

H3{
font-size: 24px;
 text-align : center;
}

H4 {
background-color: #FFFAF0;
font-size: 110%;
color: #FF0033; 	
}	

A:hover{
	text-decoration: underline;
}

A:active{
	color:    #636331;
	background-color:#FFFAF0;
}

A{
background-color: #FFFAF0;
color : #CE3100;
text-decoration : none;
}

h6 {	
font-size: 150%;
}

H2{
font-size: 18px;
 text-align : center;
}

