body { background-color: #333333; 
	}

.rel {
	position: relative;
	top: 50px;
	}

.title {
	font-family: "Arial";
	font-size: 14pt;
	color: #E1AD47;
	}


.links {
	font-family: "Arial";
	font-size: 12pt;
	color: #E1AD47;
	}

.text {
	font-family: "Arial";
	font-size: 10pt;
	text-align:justify;
	color: #CCCCCC;
	}


.copy {
	font-family: "Arial";
	font-size: 10pt;
	color: #CCCCCC;
	}


.small {
	font-family: "Arial";
	font-size: 9pt;
	color: #CCCCCC;
	}

a:link   { color: #E1AD47; 
	text-decoration: none; 
	}

a:visited  { color: #E1AD47; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #E1AD47; 
	text-decoration: none;
	 }
