﻿/* CSS layout */
#masthead {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: underline;
	border-style: outset;
	border-width: medium;
}
#page_content {
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
}

