/* passed CSS v3 */

body {
  background:       #DCDCDC;   /* my gray 220, 220, 220 */
  color:            #000000;
  font-family:      Verdana, Helvetica, Arial, Geneva, "Comic Sans MS", sans-serif;
  font-size:        small;
  margin:           0px;
}

#allcontent {
  width:            900px;
  margin:           10px auto 10px auto;
  background:       #F5EACE;    /* my tan rgb(245,234,206) */
  color:            #000000;
  border:           2px solid #228B22;
}

#main {
  font-size:        105%;
  padding:          5px 10px 10px 10px;
  width:            460px;
  float:            left;
  /* border:           2px solid Black; */
}

#poster {
  border:           2px solid #228B22;
  padding:          0px 0px 12px 0px;
  margin:           10px 10px 10px 500px;
  text-align:       center;
  line-height:      150%;
  color:            #008000;  /* Green */
  background:       #FFFFFF;
}

#footer {
  color:            #006400;  /* DarkGreen */
  background:       inherit;
  text-align:       left;
  padding:          0px 10px 10px 10px;
  font-size:        95%;
  clear:            left;
}

h1, h2, h3, h6 {
   color:      #008000;
   background: inherit;
}

h1 { font-size:   180% }
h2 { font-size:   100% }
h5 { font-size:   100% }
h3 { font-size:   110% }
h6 { font-size:   120% }
h4 { font-size:   120%;
     line-height: 150%; }

a:visited {
   color:      #8B4513;   /* SaddleBrown */
   background: inherit;
}

a:hover {
  background:       #228B22;   /* ForestGreen */
  color:            #FFFFFF;
}

/* table stuff ------------------------------------*/

table {
   background:      #FFFFFF;
   color:           inherit;
   margin-left:     20px;
   margin-right:    20px;
   border:          thin solid #000000;  /* black */
   padding:         5px;
   border-collapse: collapse;
}
td, th {
   border:  thin dotted #000000;
   padding: 5px;
}
caption {
   padding-top:    3px;
   padding-bottom: 2px;
}
th {
   background: #D2B48C;  /* tan */
   color:      inherit;
}

/* class stuff -------------------------------------*/

.cellcolor {
   background: #E1FFE1;
   color:      inherit;
}

.page2 {
   background:  #F5EACE;
   color:       inherit;
   margin:      0px 5px 5px 15px;
   line-height: 150%;
}
