body {
    background-color:#fff;
    color:#000;
    font-family: Arial, sans-serif;
    font-size:medium;
    margin:30px;
}
a {color:#0b5798; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 {
    font-size:large;
    color:#000;
    font-weight:bold;
    font-family:serif;

}
h2 {
    font-size:medium;
    font-family:serif;
    font-weight:bold;
    color: #000;
    text-transform:uppercase;


}
h3 {
    font-size:medium;
    font-family:serif;
    font-weight:bold;
    font-style:italic;
    color:#000;
}

h4 {
    font-size:small;
    font-family:serif;
    font-weight:bold;
    color:#000;
}

ul {
    line-height:150%;
}

li {
    margin-top:5px;
    margin-bottom:5px;
}


