/* CSS Document */

	body {
		height: 100%;
		margin-top: 5;
		margin-left: 0;
		padding: 0;
		background-color: #181818;
		font: 'Trebuchet MS', Sans-Serif;
		font-size: 12px;
		color:#ffffff;
		
	}
	 p, td {
		font: 'Trebuchet MS', Sans-Serif;
		font-size: 12px;
		color:#ffffff;
	}
	
	a:visited, a:link{
	text-decoration:none;
	color: #C1DF2C;
}
	a:hover{
	text-decoration:none;
	color:#181818;
	background-color: #C1DF2C;
	}