body {background-color: white}
body td {background-color: #FFFFCC}

body, body td, body p {
    font-family: arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: black;
}

a:link {text-decoration: none color: #0000CC}
a:visited {text-decoration: none color: #551A8B}
a:hover {text-decoration: underline color: #FF0000}
a:active {text-decoration: underline color: #FF0000}

td a:link {color: #0000CC}
td a:visited {color: #551A8B}
td a:hover {color: #FF0000}
td a:active {color: #FF0000}

.formbutton{
cursor:pointer;
}