BODY {
	background-color:#c6edf9;  
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center; 
	height:100%;
    margin:0;
    padding:0;
}

#HEADER {text-align: center; }


A {
	color: Red;
	text-decoration: none;
}

A:HOVER {
	color: #000000;
	text-decoration: underline;
}

#BOX { 

    background-color:#FFF; 
	width:614px;
	border:8px solid #fc0000;
    border-bottom:0px;
    border-top:0x; 
	margin:auto;
		
}
#FOOTER {text-align: center; }
