BODY {
	color : black;
	font-family : "Verdana";
	font-size : 12px;
	background-color: #7f7f7f;
	}

A {
	color : #7f7f7f;
	font-family : "Verdana";
	font-size : 12px;
	text-decoration : underline;
}

A:HOVER {
	color : #ff9000;
	font-family : "Verdana";
	font-size : 12px;
	text-decoration : underline;
	}

	
.main {
	color : #f5f5f5;
	font-family : "Verdana";
	font-size : 12px;
	text-align : justify;
	line-height: 20px;
	}