/* Comments in CSS */



body {  
	margin: 0px;
	background-color: #000000;
	text-align: center;
	}
	
	
#content{
	margin: auto;
	margin-top: 50px;
	width: 520px;
	height: 920px;
	background-color: #000000;
	/*border: 1px solid #ffffff;*/
	}
	
.body1 {  
	margin: 0px;
	color: #ffffff;
	text-align: left;
	font-size: 11pt;
	/*text-indent: 20px;*/
	margin-top: 10px;
	}
	
.white {  
	color: #ffffff;
	}
	
a:link {text-decoration: none; color: #ffff66;}
a:visited {text-decoration: none; color: #ffff66;}
a:hover {text-decoration: none; color: #ffff66; font-weight: bold;}
a{outline: none;}
