body { 
  background-attachment: fixed;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color:#9D5FBB;
}

A:Hover  {
	color : #FFFFFF;
	text-decoration : underline;
}

H3 {
	color: #9D5FBB;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}