/**************************************************/
body, td {
	background-color: #330000;
}

body, td {
	color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/**************************************************/
a img {
	border:none;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
	margin:0;
	margin-bottom: 8px;
}
/**************************************************/
a, a:active, a:visited {
  color: #33FF66;
	text-decoration: underline;
}
a:hover {
  color: #FFFF00;
	text-decoration: none;
}
/**************************************************/
a.recip, a.recip:active, a.recip:visited {
	font-size: 14px;
  color: #FF9933;
	text-decoration: none;
}
a.recip:hover {
  color: #FFCC33;
	text-decoration: underline;
}
/**************************************************/
#ass a img {
  border: 2px solid #880000;
	padding: 1px;
}

#ass a:hover img {
  border: 2px solid #FFFFFF;
}

