* {
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #DAF1F7;
    background-position: bottom right;
    background-image: url(img/alean1.gif);
    background-repeat: no-repeat;
}

img {
    border: none;
}

h1, h2 {
    color: #0C3F98;
    font-weight: bold;
    font-size: medium;
    margin: 0px 0px 15px 10px
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 125%;
}

p {
    margin: 0px 0px 15px 10px
}

dl {
    margin: 0px;
}

small {
    font-style: italic;
}

.uldownload {
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.highlightText {
    color: blue;
    font-weight: bold;
}

.descriptionText {
    font-size: 95%;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.alertText {
    color: #CC0000;
}