body,td,table,input,select,textarea {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #CCFFFF ;
}
table { 	
	background-color: #CCFFFF ;
}
td { 
	background-color: #CCFFFF ;
	color: #370000;
	}
table.post { background: #000000;} /*this affects the table borders*/
table.msg_header { 
	background-color: #CCFFFF ;
	color: #370000;
	}
td.msg_header {
	background-color: #CCFFFF;
	color: #370000;
	font-weight: bold;
	}
td.msg_post {
	background-color: #CCFFFF;
	color: #370000
	}
td.msg_links {   /*this affects the next page links at the bottom of the page*/
	background-color: #CCFFFF;
	}
td.msg_add_message { 
	background-color: #CCFFFF;
	}
	
a:link,a:active,a:visited { color : blue; }
a:hover		{ text-decoration: underline; color : #FF0000; }
.invisible {
	font-size: 0;
	color: #FFFFFF;
}
