body {
  margin:0px;
  padding:0px;
  font-family:verdana, arial, helvetica, sans-serif;
  color:black;
  background-color:#C0C0C0;
  }

#header {
  margin-left: 190px;  
  width: 700px;
  height: 80px;
  background-color:#C0C0C0;
  background-image: URL(Admin Files/MainTitle.jpg);
  background-repeat: no-repeat;
  text-align:center;
  
  }

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 108px;
  background-color:#C0C0C0;
  }

#footer {
  margin-left: 150px;  
  background-color: #C0C0C0; 
  width: 620px;
  text-align: center;
  font-family: sans-serif;
  font-size: x-small;
    }  

#content {
  margin-left: 120px;  
  padding: 1em; 
  width: 700px;
  background-image: url("Admin Files/image001.jpg");
  background-color:tan;
  border: thin solid maroon 
  }

#plain-content {
  margin-left: 120px;  
  }

.Secret {
  background: black;
  color: black;
  }

p {
/*  text-indent: 1em; */
  }  

.Rune-list {
  list-style-image: url("Admin Files/List_Rune.gif");
  }

.fancy {
  font-family: cursive;
  }

.J_Name {
  font: medium; small-caps; bold;
  }

.J_Entry {
  margin-left: 3em;
  }

.Separated {
  border-top: thin solid maroon;
  }

.letter {
  font-style: italic;
  }  

.BoldRed { 
  Font: Bold;
  color: Red;
  }

.BoldItalic { 
  Font: Bold Italic;
  }

H1 { 
  font: xx-large; small-caps; bold;
  text-align: center;
  font-family: sans-serif;
  }

H2 { 
  font: x-large; small-caps; bold;
  font-family: sans-serif;
  }

H3 { 
  font: large; small-caps; bold;
  font-family: sans-serif;
  }

H4 { 
  font: medium; small-caps; bold;
  font-family: sans-serif;
  }

.CR {
  font-family: sans-serif;
  font-size: x-small;
  }

.Calendar {  
  border-collapse: collapse;
  Border: medium black solid;
  empty-cells: show;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  }

.Cal-Head {
  Font-variant: small-caps;
  font-weight: bold;
  text-align: center;
  }

.Character {  
  border-collapse: collapse;
  Border: medium black solid;
  empty-cells: show;
  vertical-align: top;
  }

TD {
  border: solid black thin;
   }

.BG_Red {
  background-color: #FF0000;
  }

.BG_White {
  background-color: #FFFFFF;
  }

.Cal_Exp {
  color: white;
  background-color: #999900;
  }

.Cal_Seasonal {
  font: Italic Small-caps bold;
  }

.HDay {
  font: bold;
  text-align: center;
  font: italic;
  border-top: thin solid maroon;
  }