

td.light  {background-color: #dadada;
          font: bold;
          font-family: Sans-serif,Helvetica, Geneva;
          color: #393939;
          padding: 1;}
td.dark  {background-color: darkkhaki;
          font:bolder;
          font-family:comic sans MS;
          color: black;
          padding: 5;}
td.image {background-image: URL(graypaper.jpg);
          font:bolder;
          font-family:comic sans MS;
          color: black;
          padding: 5;}

table.menu  {background-color: #dadada;
          padding: 1;
          font: bolder;
          font-family: Sans-serif,Helvetica, Geneva;

          }

.labelplain         { color: #000033;
          font-family: Sans-serif;
          font-style: normal;
          font-size: 24pt;
          font-weight: bold }

.labelbig         { color:  #000033;
          font-family: Sans-serif;
          font-style: normal;
          font-size: 50pt;
          font-weight: bold }
.label        { color: #000033;
          font-family: Sans-serif;
          font-style: italic;
          font-size: 32pt;
          font-weight: bold }
.labelsmall         { color: #000033;
          font-family: Sans-serif;
          font-style: normal;
          font-size: 18pt;
          font-weight: normal }
.labeladdr        { color: #cc3300;
          font-family: Sans-serif;
          font-style: normal;
          font-size: 12pt;
          font-weight: normal }
.labelorange        { color: #ff9900;
          font-family: Sans-serif;
          font-style: normal;
          font-size: 50pt;
          font-weight: normal }

.smalltext    { color: #5a5a5a;
          font-family: Sans-serif;
          font-style: italic;
          font-size: 8pt;
          font-weight: normal }
.leftmenu a:link {
  text-decoration: none;
  color: #336699;
  }
.leftmenu a:visited {
  text-decoration: none;
  color: #336699;
  }
.leftmenu a:hover {
  text-decoration: none;
  color: #cc3300;
  }
.leftmenu a:active {
  text-decoration: none;
  color: #336699;
  }

.smalltext a:link {
  text-decoration: none;
  color: #5a5a5a;
  }
.smalltext a:visited {
  text-decoration: none;
  color: #5a5a5a;
  }
.smalltext a:hover {
  text-decoration: none;
  color: #cc3300;
  }
.smalltext a:active {
  text-decoration: none;
  color: #5a5a5a;
  }

#subject-list {
  height: 80%;
  margin: 5px;
  width: 500px;
  height: 720px;
}

#search-form{
  background: #FFE3BB;
  width: 400px;
  margin: 5px;
}

#search-form input {
  float: right;
}

#search-form fieldset {
  border: 0;
}

.column {
  float:left;
  clear:none;
}

