﻿/* CSS Document for the NEWS page */
.newsContainer
{
	width:450px;
	border: 1px solid #800000;
	padding:4px;
}
.newsHeader
{
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	color:#0000CC;
	text-align:center;
}
.newsDates
{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#006600;
	text-align:center;
}
.newsTitle
{
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
.newsBody
{
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-align: left;
}
p
{
	font-size: 9pt;
}
.newsTimes
{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#006600;
	text-align:center;
}