body {
	font-family: arial, sans-serif;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

.menu {	
	text-align: right;
	font-size: 12px;
	width: 150px;
}


.footer {	
	
	font-size: 12px;
	width:700px;
}




.center {
	text-align: center;
}

/* Link styles */

a:link {
	text-decoration: none;
	color: rgb(37, 114, 179);
}

a:visited {
	text-decoration: none;
	color: rgb(37, 114, 179);
}

a:hover {
	text-decoration: none;
	background: rgb(37, 114, 179);
	color: white;
}

a:active {
	text-decoration: none;
}






