html { background: #ffffff; }

body {
font-family: Arial,Helvetica,sans-serif;
text-align: left;
}

div#outer {
margin-left: auto;
margin-right: auto;
width: 797px; /*total width is 797 */
background-repeat: repeat-y;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
color: White;
}

div#top-menu {
font-size: 18px;
font-weight: 600;
color: #808000;
text-align: center;
}
div#bottom-menu {
font-size: 12px;
color: #808000;
text-align: center;
}
div#inner-index {
width: 560px; /*total width is 562 */
margin: auto;
}

div#inner {
width: 560px;
margin: auto;
color: black;
border: 1px solid black;
}

div#content {
text-align: center;
}

hr {
width: 100%;
}
a {
color: #808000;
text-decoration: none;
}
a:hover {
color: #808000;
text-decoration: underline;
}
a:visited {
color: #808000;
text-decoration: none;
}
a:visited.active {
color: #808000;
text-decoration: underline;
}
p {
margin: 10px 10px 10px 10px;
}
h1 {
color: #808000;
margin: 30px 10px 5px 10px;
font-size: 24px;
font-weight: 400;
clear: both;
}
h2 {
margin: 20px 10px 0 10px;
color: Black;
font-size: 13px;
}
h3, h4 {
margin: 0 10px 0 10px;
color: Black;
}
h3 { font-size: 12px; }
}
img {
border: none;
/*display: inline;*/
}
img#star {
margin: 10px;
}
.floatleft {
float: left;
margin: 10px;
}
.floatright {
float: right;
margin: 10px;
}
}