body { background-color: #000000; 
	}

.rel 	{
	position: relative;
	top: 50px;
	left:60px;
	}


.title {
	font-family: "Arial";
	font-size: 22pt;
	letter-spacing: .3em;
	color: #EAC876;
	}


.links {
	font-family: "Arial";
	font-size: 13pt;
	color: #EBDAB1;
	}


.copy {
	font-family: "Arial";
	font-size: 10pt;
	color: #EBDAB1;
	}

.text {
	font-family: "Arial";
	font-size: 10pt;
	text-align:justify;
	color: #EBDAB1;
	}

.small {
	font-family: "Arial";
	font-size: 8pt;
	color: #EBDAB1;
	}

a:link   { color: #EBDAB1; 
	text-decoration: none; 
	}

a:visited  { color: #EBDAB1; 
	text-decoration: none;
	}

a:hover  { color: #EAC876; 
	text-decoration: none; }

a:active  { color: #EBDAB1; 
	text-decoration: none;
	 }
