﻿/* CSS layout */
#masthead {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	color: #0000FF;
}
#page_content {
	margin-left: 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
#footer {
	margin-left: 110px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
