BODY { 
 background-color: #CBD2D4;
 background-image: url(t.jpg);
 background-repeat: no-repeat;
 background-position: center top; 
}


A:link, A:visited, A:active { 
 font-family: "Verdana", Arial, Helvetica;
 text-decoration: none ;
 font-size:8pt; 
 font-weight:bold; 
 color:#232333; 
}

A:hover {
 font-family: "Verdana", Arial, Helvetica;
 text-decoration: none ;
 font-size:8pt; 
 font-weight:bold; 
 color:#232333; 
}


H1, H2, H3, H4, H5   {
	background-color: #CBD2D4;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:large;
	font-weight:bold;
	font-variant: normal;
	color:#232333;
	padding: 0.5em;
	text-align: center;

}

table {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #232333;
	background-color: #B3B9BB;
	text-align: left;
	border: double;
	border-color: #45483C;

}
