
body {
	background-color: #003366;	
	font-family:"trebuchet ms", verdana, "bitstream vera sans";
	padding:0;
	margin:0;
	text-align:center;
}

#page {
	width:95%;
	background-color:#003366;
	margin:0px auto;	
	min-height:600px;
	border:none;
	text-align:left;
}

p {
	color:#fff;
}

A:link {text-decoration: underline; color: #00CCCC;}
A:visited {text-decoration: underline; color: #00CCCC;}
A:active {text-decoration: underline; color: #00CCCC;}
A:hover {text-decoration: underline; color: #FFF;}


h1 {
	font-size:22px;
	letter-spacing:-1px;
	color:#0d7b7a;
	font-weight:normal;
}

h1 em {
	font-style:normal;
	color:darkorange;	
}


h2 {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}


.less {
	color:#999;
	font-size:12px;
}
.pubDate { 
	position:relative; 
	left:30%;
	bottom:-10px; 
	width:150px; 
	color:#00FF66; 
	font-size:12px; 
}
