body {
	margin:0;
	background-color:#00234C;
}

.blurb p {
	margin:8px;
}

table#news div {
	display:none;
	font-family: Arial;
	font-size: 12px;
	color: #003263;
	margin-left:1em;
	font-weight: bold;
}

.search {
	color:white;
	font-family:arial;
	font-size: 12pt;
	font-weight:bold;
}

/*
** Mouseover blurbs
*/

div.blurb p {
	font-family:verdana;
	font-size:8pt;
	color:white;
}

.blurb a:link, .blurb a:visited {
	color:white;
	text-decoration:none;
}

.blurb a:hover {
	font-weight:bold;
}

.blurb {
	cursor:pointer;
	width:189px;
	height:189px;
	color:white;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}

