body { background-color: #000000;  
	font-family: "Arial";
	}

.rel {
	position: relative;
	top: 60px;
	}


.title {
	font-family: "Arial";
	letter-spacing: 1em;
	font-size: 15pt;
	color: #A4000B;
	}


.links {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC33;
	}


.copy {
	font-family: "Arial";
	font-size: 10pt;
	color: #999999;
	}

.small {
	font-family: "Arial";
	font-size: 8pt;
	color: #999999;
	}

a:link   { color: #FFCC33; 
	text-decoration: none; 
	}

a:visited  { color: #FFCC33; 
	text-decoration: none;
	}

a:hover  { color: #FFFFFF; 
	text-decoration: none; }

a:active  { color: #FFCC33; 
	text-decoration: none;
	 }

