body {
	background-color: #EFD993;
	margin-left: 25px;
	margin-top: 50px;
	margin-right: 25px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #000080;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 36px;
	font-weight: bolder;
	color: #000080;
}
h2 {
	font-size: 24px;
	color: #C28D0A;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000080;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000080;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
h6 {
	font-size: 14px;
	color: #C28D0A;
	background-color: #000080;
}
a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover {
	background-color: #000080;
	color: #C28D0A;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #C28D0A;
}

