
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

body            {
    font-family: Roboto, serif; font-size: 12px; color: #2ee109; background-color: #04011a; }
pre, tt         {font-size: 12px}
.foot         {  background-color: #2c3044
}
.head         {  background-color: #181c31;font-weight: bolder}
.marked         {  background-color: #1a2728;color: orange;}
.cell         {  background-color: #171e468c;font-weight: bolder}
.cell:hover         {      background-color: #090404;
    color: #801800;}
.footer         {  background-color: #D0DCE0}
.input         {  background-color: #09061F}
th              {font-family: Roboto, serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #D3DCE3}
td              {font-family: Roboto, serif; font-size: 12px}
form            {font-family: Roboto, serif; font-size: 14px}
input           {font-family: Roboto, serif; font-size: 14px; background-color: #3a3a48;color: #f9d9d9;border: 0px;}
input.textfield {font-family: Roboto, serif; font-size: 14px; color: #000000; background-color: #d3d3ff}
select          {font-family: Roboto, serif; font-size: 14px; color: #f9d9d9; background-color: #3a3a48;border: 0px;}
textarea        {font-family: Roboto, serif; font-size: 14px; color: #fff304; background-color: #3a3a48;border: 0px;}
h1              {font-family: Roboto, serif; font-size: 12px; font-weight: bold}
A:link          {font-family: Roboto, serif; font-size: 12px; text-decoration: none; color: #ff2020;
}
A:visited       {font-family: Roboto, serif; font-size: 12px; text-decoration: none; color: #00ff70
}
A:hover         {font-family: Roboto, serif; font-size: 12px; text-decoration: underline; color: #006a35
}
A.nav:link      {font-family: Roboto, serif; color: #4c4c4c
}
A.nav:visited   {font-family: Roboto, serif; color: #4c4c4c}
A.nav:hover     {font-family: Roboto, serif; color: #999999
}
.nav            {font-family: Roboto, serif; color: #000000}
.warning        {font-family: Roboto, serif; font-size: 12px; font-weight: bold; color: #FF0000}
.wide             {width:100%}
.widehalf             {width:50%}
.head-text { color: white; }
.months:hover label {
    color:black;
}