﻿body {
    font-family:Arial,Helvetica,Verdana,Sans-Serif;
}
p, li {
    font-size: 0.9em;
}
h1, h2, h3, h4 {
    color: #333333;
}
h1 {
    font-size: 1.1em;
}
h2 {
    font-size: 1.0em;
}
h3 {
    font-size: 0.95em;
}
h4 {
    font-size: 0.9em;
}
a, a:link, a:visited, a:hover{
    color: #2571CE;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.footer {
    border-top: 1px solid #AAA;
    margin-top: 10px;
    display: block;
}