.navbar
{
	text-align: center;
	background-color: rgb(51, 102, 255);		
}
.navtext
{
	font-size:0.7em;
	text-decoration:none;
	color:white;
	font-weight:bold;
}
.newstext
{
	text-align: left;
	color: black;
	vertical-align: top;
	font-size:0.7em;
}
.newstexthdr
{
	text-align: center;
	color: blue;
	vertical-align: top;
	font-size:.8em;
	font-weight:bold;
}
.newsblkul
{
	background: url(../img/culblue.png) left top no-repeat rgb(215, 227, 255);
	width: 20em;
}




body
{
	background-color:white;
	font-family:Arial, Sans-Serif;
}