body { background-color: #333333; 
	}

.rel {
	position: relative;
	top: 20px;
	}


.title {
	font-family: "Arial";
	font-size: 32pt;
	color: #207028;
	}


.links {
	font-family: "Arial";
	font-size: 13pt;
	color: #000000;
	}


.copy {
	font-family: "Arial";
	font-size: 11pt;
	color: #CCCCCC;
	}


.copylarge {
	font-family: "Arial";
	font-size: 11pt;
	color: #CCCCCC;
	}


.small {
	font-family: "Arial";
	font-size: 8pt;
	color: #CCCCCC;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #3EC345; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }

