body {
  font-family: Arial;
  color: black;
  text-align: justify;
  background: white no-repeat fixed 0px 0px;
  }

a:link    { color: #ffffff; margin: 1px; text-decoration: none; padding: 0px 3px 0px 3px; background-color: #777777; }
a:visited { color: #ffffff; margin: 1px; text-decoration: none; padding: 0px 3px 0px 3px; background-color: #777777; }
a:hover   { color: #eeeeee; margin: 1px; text-decoration: none; padding: 0px 3px 0px 3px; background-color: #3377ff; }
a:active  { color: #ffffff; margin: 1px; text-decoration: none; padding: 0px 3px 0px 3px; background-color: #777777; }


.big {
  font-size: 1.1em;
  color: blue;
  }

.main {
  font-family: Arial;
  color: blue;
  text-align: justify;
  background-color: white;
  }

.box {
  padding: 0.5em;
  color: #111111;
  background: #cccccc no-repeat fixed 0px 0px;
  border: solid #777777 1px;
  }

.ul {
  background:    white;
  border-top:    dashed #777777 1px; 
  border-left:   dashed #777777 1px; 
}

.ur {
  background:    white;
  border-top:    dashed #777777 1px; 
  border-right:  dashed #777777 1px;
}

.lo {
  background:    white;
  border:        dashed #777777 1px;
  border-top:    none; 
}

.tab {
  color:         #333333;
  font-size:     1.1em;
  font-family:   Trebuchet MS, Bitstream Vera Sans, Helvetica, sans;
  border:        none;
  border-left:   dashed #777777 2px;
  border-bottom: dashed #777777 2px;
}
