BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	font-size: 24px;
	color : #003399;
}

H2 {
	font-size: 15px;
	color : darkblue;
}

H3 {
	font-size: 12px;
	color: darkblue;
	font: bold;
}

A {
	color: #ebebeb;
	font-weight : bold;
}
.orangeHeader{
	color: #CCCC00;
	font-size: 14px;
	font-weight : bold;
}

a:visited {
	color: Blue;
}

A:Hover {
	color: red;
}
.footer{  
	font-size: 10px;
	font : bold;
	}


