html {
	height: 100%;
	overflow: auto;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
    overflow-y: auto; 
	background-color: #fff;  
	font-size: 14px;
	color: #ccc;   
}

#fullscreen {
	position: absolute;
	margin: auto;    
	top: 0px;
	left: 0px;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

a:link { 
    color: #000;
    text-decoration: none;
}

a:visited { 
    color: #ccc;
    text-decoration: none;
}

a:hover { 
    color: #ccc;
    text-decoration: underline;
}
    
