﻿body {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 600px;
font-family: Verdana, sans-serif;
font-size: small;
text-align: justify;
}

li {
margin-bottom: 10px;
}

p {
margin-top:0;
margin-bottom: 10px;
}

h2 {color: orange;
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
text-align: center;
}

h3 {color: orange;
margin-top: 20px;
margin-bottom: 5px;
padding: 0;
}

h4 {
text-align: left;
margin-top: 0;
margin-bottom: 10px;
}

img {
margin-right: 20px;
margin-bottom: 5px;
float: left;
}

img.right {
margin-left: 20px;
float: right;
}

hr {color: #1555a6;
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}

#navsite {
float: left;
list-style: none;
margin: 20px 0;
padding: 0;
width: 100%;
border-bottom: solid 1px #606060;
border-top: solid 1px #606060;
}
#navsite li {
float: left;
font: bold Verdana sans-serif;
margin: 0;
background: #1555a6;
}
#navsite a {
display: block;
float: left;
margin: 0;
text-decoration: none;
width: 100%;
padding: 4px;
}
#navsite a:link, #navsite a:visited {
 color: #FFFFFF;
}

#navsite a:hover, #navsite a:visited:hover {
 color: #000;
 background: #aae;
}
#navsite a#current {
 background: white;
 color: #000;
}