html,body {
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	font-size: 9px; 
	line-height: 11px;
	font-family: Verdana; 
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 1px solid #CCCCCC;
}

div.container {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	vertical-align: middle;
	width: 95%;
	height: 95%;
}

a:link { 
	font-family: Verdana; 
	color: #000000; 
	text-decoration: underline;
	cursor:pointer;
	cursor:hand 
}	
	
a:hover { 
	font-family: Verdana; 
	color: #000000; 
	background-color: #FFFFFF;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand  
}

a:visited { 
	font-family: Verdana;
	color: #000000;  
	text-decoration: none;
	cursor:pointer;
	cursor:hand 
}
