body { background-color: #FFFFFF; 
	}

.rel 	{
	position: relative;
	top: 90px;
	}


.title {
	font-family: Verdana;
	font-size: 20px;
	color: #333333;
	}


.links {
	font-family: Verdana;
	font-size: 16px;
	color: #333333;
	}


.copy {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	}

.text {
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	}


.small {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	font-style: italic;
	}


a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

