@charset "utf-8";
/* CSS Document */


#middle {
	background-color: #000000;
}

/* light starts here */
#content {
	color: #E0E0E0;
	margin-top: 1%;
	padding-left: 2%;
	padding-bottom: 1%; 
	text-align: justify;
}
#content,  #content a {
	color: #E0E0E0;
}

#content ul {
	padding-right: 10px;
	color:#000000;
	list-style:none;
}
/* light ends here */

