body {
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 1.25em;
}

.topnav {
	font-family: arial, sans-serif;
	color: #000000;
}

.topnav a:link, .gold a:link, .yellow a:link {
	color: #000000;	
	text-decoration: none;
	font-weight: bold;	
}

.topnav a:visited, .gold a:visited, .yellow a:visited {
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}

.topnav a:hover, .gold a:hover, .yellow a:hover {
	color: blue;	
	text-decoration: none;
	font-weight: bold;
}

.bluelogo {
	border: none;
	background-color: #0066cc;
}

h1 {
	text-align: left;
	font-family: "Times New Roman", serif;
	font-size: 3.75em;
	color: #f8e23e;
	font-weight: bold;
}	


H2 {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #71b8ff;
}

.pullsides {
	margin-left: 16.5%;
	margin-right: 16.5%;
}

.boxit {
	border: thick, solid, black;
	padding: 1em;
	background-color: #fbf1a7;
	font-size: 1.25em;

}
.centernav {
	text-align: center;
	font-size: .75em;	
}
.copyright {
	text-align: center;
	font-size: .5em;
}
.center {
	text-align: center;
}	

.subtitle {
	font-size:  1em;
	color: #71b8ff;	
	font-weight: bold;
}

.topheader {
	background-color: #0066cc;
}

.gold	{
	background-color:#f8e23e;
	}

.yellow	{
	background-color: #fbf1a7;
}

	