body {
	
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	
}
.mainBorder {
	padding: 10px;
	height: 100%;
	width: 850px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
ul {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
p {
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
h2 {
	font: bold 20px/24px Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
	color: #000000;
}
h3 {
	font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
	color: #000000;
}

.footerText {
	padding: 10px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
a {
	color: #990033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
