
body {
	background:#333333;
	
	}


.centered {
  margin:auto;
 /* padding:20px;*/
  width:1000px;
  
}


a {font:60% Verdana, arial, helvetica, sans-serif;text-decoration: none}
a:link { 
	text-decoration: none; 
	color: #FF0000;
	}
a:visited { 
	text-decoration: none; 
	color: #CCCCCC;
	}
a:hover { 
	text-decoration: blink; 
	color: #FFFFFF;
	}
a:active { 
	text-decoration: none;  
	color: #666666;  /*was 666666*/
	}



#Copyright {
	clear:both;
	padding: 20px 20px 0px 0px; /* top right bottom left */
	text-align:right;
	}

span {
     font-size:50%;
     font-style:italic;
     color: #000000;
	}



