body {
       font-family: Arial, Helvetica, sans-serif;
       background-color: White;
}
.top {
       background-color: White;
}
a:link {
       color: Blue;
}
a:hover {
       color: Blue;
}
a:visited {
       color: DarkMagenta;
}
.fprms table th {
       background-color: White;
}
.forms caption {
       color: Black;
}
a.button {
       color: Blue;
}

