BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	color: White;
	
}

A:LINK, A:VISITED {
	color : #00CC33;
	text-decoration : none;
	font-weight: bold;
}

A:HOVER {
	color : #00FF00;
	text-decoration : none;
	font-weight: bolder;
}

#greenbox {
	border-style: solid;
	border-color : #006600;
	background : #004400;
}

.photos img:hover {
	border: medium solid #00ff00;
}
.photos img{
	border: medium solid #004400;
}

