@charset "UTF-8";

body {
	
	background:#000000;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}


#content {

	width: 400px; 
	background-color:#000000;	
	text-align:justify;
	padding:100px;
	padding-top:0px;
	margin: auto; /* center */	
	font-color: #2e2e2e ;
	font-size:16px;
	line-height: 150% ;
	
	display:block;
	

	
}

.h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	 color:#58be64;
	font-size:20px;
	margin:0px;
	padding:0px;
	color:#58be64;

	}


.h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#58be64;

}


.h2 a:link, .h1 a:visited, .h1 a:active {

	text-decoration:none;
	 color:#58be64;

}
	
.h2 a:hover{

 
 color:#58be64;
text-decoration:underline;
}




.link {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #58be64 ;
	padding: 2px; 
	margin: 1px;
	float: left;
	

}

.link a:link, .link a:visited, link a:active {
	
	color: #2e2e2e ;
	text-decoration: none;
}


.link a:hover {
	
	color:#ffffff;  
	text-decoration: underline;

}


#clear{ clear:both; }