/* CSS Document */
h1 {
    font-family: Arial; 
	color: black; font-size: 25px; 
}
h2 {
    font-family: Arial; 
	color: yellow; font-size: 20px; 
}
h3 {
    font-family: Arial; 
	color: white; font-size: 10px; 
	font-weight: bold;
}
h4 {
    font-family: Arial; 
	color: white; font-size: 16px; 
	font-weight: bold;
}
h5 {
    font-family: Arial; 
	color: #0000FF; font-size: 12px; 
	font-weight: bold;
}
h6 {
    font-family: Arial; 
	color: #000000; font-size: 14px; 
	font-weight: bold;
}	
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin-top: 0px;
	background-image:  url("upcoming_news_banner/backsite copy.png");
background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0px;
}
.class1 a {
	font-size: 10px;
	color: #FFFF00;
}
.class1 a:link {
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #FFFF66;
}
.class1 a:hover {
	text-decoration: none;
	color: #FF0000;
}
.class1 a:active {
	text-decoration: none;
	color: #0066FF;
}
.class2 a {
	font-size: 12px;
	color: #0000FF;
}
.class2 a:link {
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #333333;
}
.class2 a:hover {
	text-decoration: none;
	color: #FF0000;
}
.class2 a:active {
	text-decoration: none;
	color: #0066FF;
}
.class3 a {
	font-size: 12px;
	color: #FF0000;
}
.class3 a:link {
	text-decoration: underline;
}
.class3 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.class3 a:hover {
	text-decoration: none;
	color: #0000FF;
}
.class3 a:active {
	text-decoration: none;
	color: #0000FF;
}