body {
	margin: 15px;
	padding: 15px;
	color : #E4E4E4;
	background-color: #1E1E2A;
	background-image: none;
}

font,p { font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px; 
}

a:link,a:active,a:visited { color : #E4E4E4; 
							text-decoration: underline 
}

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

hr {border-top: 1px solid #121316;
	border-bottom: 1px solid #47475D;
	height: 2px;
	width: 100%;
}


h1,h2	{font-weight: bold; 
		font-size: 22px; 
		font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none; line-height : 120%; color : #e4e4e4;
		border-top:1px dashed #e4e4e4;
}	





