<style type="text/css">

html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
}
#head {
  height: 60px;
  width: auto;
  margin: 0px 60px 10px 50px;
  border-width:1px; border-style:solid;
  vertical-align: bottom;
  border-color:red;
}
#menu {
  float: left;
  border-width: 1px; 
  border-style: solid;
  border-color: white;
  background-color: #EEEEEE;  
  font-family: Georgia, serif;
  font-size: 0.8em;
  text-align: center;
  min-height:100%
}
#content {
  width: auto;
  margin: 0px 60px 10px 50px;         
  float: left;
  text-align: left;
  border-width:1px; border-style:solid;
  border-color:white;  
}
div.style {
  font-family: Georgia, serif;
  font-size: 0.8em;
}
div.right {
  text-align: right;
  font-size: 0.8em;
}
div.center {
  font-family: Verdana;
  text-align: center;
  font-size: 0.6em;
}
div.matrix {
  width: 75px;
  height: 20px;
  margin-right: 2px;
  float: left;
  background-color: #EEEEEE;
}
div.allowed {
  color: #32FF32;
  background-color: #CFFFBD;
  font-weight: bold;
  display: inline;
}
div.restricted {
  color: #FFC803;
  background-color: #FFFFCF;
  font-weight: bold;
  font-style: italic;
  display: inline;
}
div.banned {
  color: #FF3030;
  background-color: #FFCFCF;
  font-weight: bold;
  text-decoration: line-through;
  display: inline;
}

#combo {
  width: 300px;
  border-width:1px; border-style:solid;
  border-color:red;
  float: left;
  background-color: #EEEEEE;
}
#loadarea {
  float:left;
  border-width:1px; border-style:solid;
  border-color:white;
}
p.back {
  margin: 0px 160px 10px 200px; 
  clear: left;
}

a:link {
text-decoration: none;
}

a:visited {
color: #0000FF;
text-decoration: none;
}

a:hover {
color: #FF0000;
font-weight: bold;
border-top: solid 1px;
border-left: solid 1px;
border-right: solid 1px;
border-bottom: solid 1px;
text-decoration: none;
}

</style>
