body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer {
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
#text {
	padding: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
#nav {
	padding: 3px;
}
#nav a:link {
	color: #5191CD;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #5191CD;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	font-weight: bold;
	color: #003E7E;
	text-decoration: underline;
}
h2 {
	color: #003E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	color: #4578A5;
}
h3 {
	text-decoration: underline;
	text-align: center;
}
