A:link {color: #0000ff; text-decoration: underline;}
A:visited {color: #0000aa; text-decoration: none;}
a:hover {color: red; text-decoration: none;}

body {
     margin: 30px 24px 10px 24px;
     font-family: "Times New Roman","Times";
}

h1  {
    text-align: center;
    color: #333366;
    font-weight: bold;
    font-size: 170%;
}
h2  {
    color: #336633;
    background-color: #f0f0ff;
    margin-top: 36px;
    padding: 3px 12px 1px 12px;
    font-weight: bold;
    font-size: 150%;
}
h3  {
    color: #660000;
    margin-top: 12px;
    padding: 3px 2px 1px 3px;
    font-weight: bold;
    font-size: 130%;
}

