BODY { 
	color: black;
	background:   url(images/nbcbackc.jpg) fixed;
	font-family: "Arial", "Helvetica", sans-serif;
}

P, TABLE {	
	font-family: "Arial", "Helvetica", sans-serif;
}

TD, DIV, FORM {
	font-family: "Arial", "Helvetica", sans-serif;
}

H1, H2, H3, H4, H5 { 
	margin-bottom: 8px;
	font-family: "Arial", "Helvetica", sans-serif;
	text-align: center;
}

A {
	color : blue;
	text-decoration : none;
}

A:HOVER {
	color : red;
	text-decoration : underline;
}

HR { 
	height : 1px;
	color: Maroon;
}

TD.mainbar { 
	color: black;
	text-align : justify;
}

TD.spotlight { 
	background-color: White;
	border: 1px solid navy;
	color: black;
}
	
