/* Stylesheet */
body {
  color: rgb(80,20,0);
  line-height: 170%;
  background-image: url(pics/background.jpg);
  font-family: Georgia, Comic Sans MS, Comic Sans, Comic, sans-serif ;
  font-style: italic ;
  font-size: 12px;
  margin: 5% ;
}

a {
  text-decoration: none;
}

a:active, a:focus, a:hover {
  text-decoration: underline;
}

table.border {
  border-width: 5px;
  border-style: solid;
}

table, tr, td { border:0px ; border-width:0px ; border-style:solid ; border-size:0px ; border-collapse: collapse ;
	padding-top: 5px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px;
}

.header {
  background-color: rgb(255,255,255) ; /* min=0, max=255 */
  color: rgb(100,20,0);
}

.menu, .menu td, .menu a {
  background-color: rgb(220,0,0) ; /* min=0, max=255 */
  color: rgb(255,255,255) ;
  font-weight: bold;
  font-size: 105%;
  padding: 5px;
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
}

div#scrollbox {
  padding-right: 15px;
  height: 450px;
  overflow: auto;
}
.content {
  background-color: rgb(255,255,255) ; /* min=0, max=255 */
  font-style: normal;
  font-weight: bold;
}
.content table, .content tr, .content td {
  padding-left: 15px;
  padding-right: 15px;
}

.footer {
  background-color: rgb(220,0,0) ; /* min=0, max=255 */
  color: rgb(255,255,255) ;
  font-weight: bold;
  font-size: 105%;
  padding: 5px;
  padding-left: 14px;
  padding-right: 14px;
}

h1 {
   font-size: 270% ;
}

img {
  margin-bottom: 5px;
  margin-top: 5px;
}

dt {
  text-decoration: underline;
}
