	
	body,html {
		margin:0; 
		padding:0;
		height:100%;
		
		background-color: #2E2F35;
		font-family: tahoma;
		font-size: 11px;
		color: #BCBCBC;
	}

	table{
		font-family: tahoma;
		font-size: 11px;
		color: #BCBCBC;
	}
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
	}
	img{
		border: none;
		
	}
