body {
    background-color: white;
    font:"goudy old style", serif;
}
h1 {color: #CF1C44;
    text-align: center;
}
h2 {color: #CF1C44;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	padding: 5px;
    clear:both;
}
p {
    font:"goudy old style", serif;
    color: #543136;
}
header {
    background-color: white;
    padding: inherit;
    text-align: center;
}
topnav {
	color:#039447;
}
ol {
    list-style-type: none;
    margin: 5px;
    padding: 10px;
    overflow: hidden;
    background-color: #CF1C44;
    position: sticky;
    top: 0;
    width: auto;
}

li {
    display: inline;
    text-align: center;
    padding: 14px 16px;
	color: #5f1413;
}

li a:link {
    display: inline-block;
    text-decoration: underline;
    color: #D8C6B8;
}
    a:hover {
    background-color: #CF1C44;
    color: white;
    text-decoration: overline;
}
   a:active {
    color:#D8C6B8;
    text-decoration: none;
}
main {
    width: 99.25%;
    margin: auto;
    overflow: hidden;
}
.col {
    width: 50%;
    float: left;
    text-align: left;
}
h3 {
	color: #5f1413;
	text-align: center;
	margin-bottom: auto;
	padding-bottom: 5px;
}
table {
    color: #5e1211;
}
th {
	text-align: center;
}
td {
	text-align: center;
	color: #7d583f;
}
#wrapper {
    width:1000px;
	height: 500px;
    margin-left: auto;
	margin-right: auto;
}
.left {
    width: 500px;
	height: 500px;
	margin-right: auto;
    float: left;
	clear: both;
}
.right {
    width: 500px;
	height: 500px;
	marign: auto;
    float: right;
	clear: both;
}
footer {
    clear:both;
    text-align: center;
    background-color: #0B9446;
    padding: 2px;
    margin-top: auto;
}
marquee {
	background-color:#d8c6b8;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: auto;	
}
.search {
	float: right;
	top: 2%;
	position: absolute;
	border: thick;
}
