* {

  padding: 		0px;

  margin: 	0px;

}



body {

  background: #1b1b1b;

  font-size:				9pt;

  font-family:Tahoma, Geneva, sans-serif;				

  color:					#000000;

  text-align:center;

}

a:link {
	color:					#FF0000;
	text-decoration:			none;
}	

a:visited {
	color:					#FF0000;
	text-decoration:			none;
}			

a:hover {
	color:					#000;
	text-decoration:			none;
	text-shadow:#ccc 1px 1px;
}

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}






