/* Oldal beállítások */

html, body { 
	background-color: #000000;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;	
}

a {
	font-size: 10px;
	color: #D90F14;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #D90F14	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #D90F14	
}	

table { 
	text-align: center;
	height: 100%;
	width: 100%; 
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;		
}