body {
    font-weight: normal;
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: "Arial"
}

label {
    display:block;
    float:left;
    width:20%;
    clear:left; 
}

a {
    color: black;
    background: #ffffff;
    text-decoration:underline;
}

a:link {
    color: black;
    background: #ffffff;
}

a:visited {
    color: black;
    background: #ffffff;
}

a:hover {
    color: #c4a650;
    background: #ffffff;
}

a:active {
    color: black;
    background: #ffffff;
}

.mainText {
    line-height: 1.5;
}

.onLink {
    color: #000000;
    font-weight: bold;
}

.smallText {
    font-size: 10pt;
}
