h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #1c2d41;
}
h2 {
	font-size: 10px;
	color: #000000;

}
h3 {
	font-size: 10px;
	color:#66CCFF;

}
a {
	font-size: 10px;
	color:#3366FF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#ff9900;
}
a:hover {
	text-decoration: underline;
	color:#FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
a:active {
	text-decoration: underline;
}
body,td,th {
	color: #000000;
}
body {
	background-image:url(BackBand.png);
	margin-left: 100px;
	margin-top: 75px;
	background-repeat: repeat-y;
}

