body, td { 
	font: 13px verdana; 
	color: #ffffff; 
	background: #000;
	font-weight: bold;  
	margin: 5px 
}

.navtext {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebartext {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.captiontext {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:LINK {
	color : #3333ff;
	text-decoration : underline;
}

A:VISITED {
	color : #3333ff;
	text-decoration : underline;
}

A:ACTIVE {
	color : #3333ff;
	text-decoration : underline;
}

A:HOVER {
	color : #FFFFFF;
	text-decoration : none;
}