body {
	/* background-image: url(images/INSERT PICTURE HERE.jpg); 	
	background-repeat: repeat;*/

	background-color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #999999;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a {
	font-weight: bold;
	color: #6C0000;
}

a:link { 
	color: #FFFFFF;
      text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
      text-decoration: none;
	}
a:hover { 
	color: #669999;
	background-color: #000000;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}