/* CSS Document */

body {
	font-size: 12px;
	text-align: center;
  font-family: Verdana,Tahoma, Arial,sans-serif;
  color: #000000;

}

.main_font, .site .main_font_u{ 
   	color: #000000;
	font-weight:bold;			
    }
    
.main_font_u{ 
    	text-decoration: underline;			
    }

a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active{
	color: #000000;
	text-decoration: none;
}

img{
	border:0;
}

div.center {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px; 
	border: #000000 solid 0.1em;
}