* {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #545454;
	margin-left: 0px;
	margin-top: 0px;
	}
	
body {
	background-color: #f6f6f6;
	}
	
p {
	margin-bottom: 0px;
	}

.bodyText p
	{margin-right: 50px;
	text-align: justify;
	line-height: 20px;
	}
	
.menuText {
	margin-left: 35px;
	margin-right: 35px;
	}
	
a:link, a:visited {
	color: #00a99d;
	text-decoration: underline;
	}
	
a:hover; a:active {
	color: #57b9b2;
	text-decoration: none;
	}