.details a{
	color: #CC0000;
	text-decoration:none;
}
.details a:hover{
	text-decoration: underline;
}

#bottom_nav a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#bottom_nav a:hover{
	text-decoration: underline;
}

#ContactBlock a{
	color: #FFCC00;
	text-decoration:none;
	font-weight:bold;
}
#ContactBlock a:hover{
	text-decoration: underline;
}

.message {
	font-weight:bold;
	color: #CC0000;
	background-color:#FFCC66;
}

.borderimg1{
	border: 2px solid white;
}