body {
background-color: #FFFFFF;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #808080;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color:	#ffffff;
scrollbar-shadow-color: #808080;
scrollbar-arrow-color: #808080;
scrollbar-track-color: #FFFFFF; 
}

/* Subject, used for news post title */
.newsheader {
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #A61515;
}


/* General news & content area */
.newsbody {
color: #4B4B4B;
font-weight: normal;
font-family: Arial, sans-serif;
font-size: 11px;
line-height:16px;
}
	.newsbody a:link, .newsbody a:active, .newsbody a:visited {
	color: #940600;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 11px;
	}
	.newsbody a:hover {
	background-color: #940600;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	}

.newsposter {
color: #4B4B4B;
font-weight: normal;
font-family: Arial, sans-serif;
font-size: 10px;
}
	.newsposter a:link, .newsposter a:active, .newsposter a:visited {
	color: #940600;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 10px;
	}
	.newsposter a:hover {
	background-color: #940600;
	color: #FFFFFF;
	text-decoration: none;
	}

.newsdate {
color: #4B4B4B;
font-weight: normal;
font-family: Arial, sans-serif;
font-size: 10px;
font-style: italic;
}