body.updates {
	font-family: 'Arial', sans-serif, sans;
	font-size: 75%;
	color: #000;
	background-image: url(/images/bg_updates.jpg);
	background-attachment: fixed;
}
body.highlights {
	font-family: 'Arial', sans-serif, sans;
	font-size: 75%;
	color: #000;
	background-image: url(/images/bg_highlights.jpg);
	background-attachment: fixed;
}
body.frame {
	font-family: 'Arial', sans-serif, sans;
	font-size: 75%;
	color: #000;
	background-image: url(/images/bg_highlights.jpg);
	background-attachment: fixed;
}
h1 {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 18px;
	font-weight: bold;
	color: #484400;
}
A:link {
	color: #484400;
	font-weight: bold;
	text-decoration: none
}
A:visited {
	color: #484400;
	font-weight: bold;
	text-decoration: none}
A:active {
	color: #484400;
	font-weight: bold;
	text-decoration: none}
A:hover {
	text-decoration: underline; 
	color: #000000;
}
