body { 
 background-color: #95b9c7;
 margin-top: 0px;
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: #606060;
 text-align: left;
}

a {
color: #2d3679;
text-decoration: none;
}

a:visited {
 color: #327192;
}

a:hover { text-decoration: underline;}

ol {
margin: 0px;
padding: 0px;
}

ol > li {
padding: 10px 0;
line-height: 2em;
}

img {
margin-left: auto;
margin-right: auto;
}

.bigger {
font-size: large;
text-align: center;
}

.headfoot img {
display: block;
}

.headfoot ul {
list-style-type: none; 
text-align: center;
}

.headfoot li {
display: inline;
border-style: solid;
border-width: 0 1px 0 0; 
padding: 0px 10px; 
font-weight: bold;
}

.headfoot li:last-child {
border-width: 0;
}

.inline li {
display: inline; 
}

.inline img {
padding: 5px 5px;
}

