
/*margins*/
body {
	background-color:#becfe7;
	margin-top: 50px;
	padding: 0;
}



.GenText {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4f4f;
	line-height:18px;
}


.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	line-height:16px;
}






/*anchors*/

A {text-decoration: none;}



A:link {color: #006699;}



A:visited {color: #006600;}



A:active {color: #00CCFF;}



A:hover {color: #00CCFF;}
