

BODY {
    background-color:#000000;
    color: #04FF1D;
    font-family : 'Courier New', monospace, 'sans-serif';
  }


LI, P, TD {
  font-size: medium;
}

TABLE {
    font-size: 12px;
    border-width: 0px;
    border-color: #04FF1D;
  }


H3,H2,H1 {
    border-bottom-color : #34d80b;
    border-bottom-style : dashed;
    border-bottom-width : 1px;
    border-left-color : #34d80b;
    border-left-style : dashed;
    border-left-width : 1px;
    border-right-color : #34d80b;
    border-right-style : dashed;
    border-right-width : 1px;
    border-top-color : #34d80b;
    border-top-style : dashed;
    border-top-width : 1px;
    color : #F49200;
    empty-cells : show;
    font-variant : small-caps;
    font-weight : bold;
    padding-bottom : 3px;
    padding-left : 6px;
    padding-right : 6px;
    padding-top : 3px;
    display: inline;
  }


.logo {
    padding-left: 3px;
    padding-top: 20px;
    width: 797px;
    white-space: pre;
  }


.logo_img>img {
    padding-left: 3px;
    padding-top: 20px;
    border-width: 0px;
    border-style: none;
    border: none;
  }


.upper_menu {
    background-color: #CCCCCC;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    border-width:0px;
    height: 2em;
    margin: 0px;
  }


.umcell, .umcellv {
    border-bottom-color : black;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : black;
    border-left-style : solid;
    border-left-width : 0px;
    border-right-color : black;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : black;
    border-top-style : solid;
    border-top-width : 1px;
    font-family : 'Courier New', monospace, 'sans-serif';
    font-weight : bold;
    /*opacity : 0.5;
    */ text-align : center;
    text-decoration : none;
  }


.umcellv {
    background-color: #628CFF;
    color: black;
    cursor: default;
  }


.umcell {
    background-color: #E4E4E4;
    color: black;
    cursor:pointer;
  }


.umcell:hover {
    background-color: #182663;
    color: white;
  }


.mdots {
    font-weight: bolder;
  }


.text:first-line {
    margin-left : 4em;
  }

P {
  color: white;
}

a,a:visited, a:link {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration:underline;

}

a>img:hover {
  border-color: red;

}

.att {
    font-weight:bold;
  }

.latt {
    text-decoration : underline;
  }

img {
  border-color: white;
  border-style: solid;
  border-width: 1px;
}
