a:link {color: black;}
a:active {color: red;}
a:visited {color: black;}
a:hover {color: white; background: black;}

body {
   color: black;
   background: navy;
   font-family: Univers, Verdana, Arial, Sans Serif;
}

h1 {
   color: orange;
   background-color: navy;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-variant: small-caps;
}

h2 {
   color: orange;
   background-color: navy;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 14pt;
}

h3 {
   color: yellow;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 12pt;
}

h6 {
   color: gray;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 6pt;
}

td {
   color: black;
   background-color: white;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 9pt;
}

.title {
   color: yellow;
   background-color: orange;
   text-align: center;
   vertical-align: middle;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 10pt;
}

.menu_link {
   background-color: navy;
}

.login {
   color: black;
   background-color: white;
   text-align: left;
   vertical-align: middle;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 10pt;
}

th.login {
   color: black;
   background-color: white;
   text-align: right;
   vertical-align: middle;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 10pt;
}

.button {
   color: black;
   background-color: white;
   text-align: center;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 10pt;
}

.options {
   color: black;
   background-color: white;
   text-align: left;
   vertical-align: top;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 10pt;
}

.copyright {
   color: gray;
   background-color: white;
   text-align: center;
   font-family: Univers, Verdana, Arial, Sans Serif;
   font-size: 6pt;
}
