BODY {
	background-image: url();
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}

TABLE, TR, TD {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
}

H1 {
  font-family: Verdana;
	font-size: 18px;
  font-weight: bold;
	font-style: italic;
  color: #FF0000;
  
}

a:link {
	text-decoration: underline;
	color: #111111;
}

a:visited {
	text-decoration: underline;
	color: #111111;
}

a:hover {
	text-decoration: underline;
	color: #111111;
}

a:active {
	text-decoration: underline;
	color: #111111;
}

