/* demonhouse.css - style sheet for Demon House */

body { 
  font-family: "goudy old style", "Georgia"; font-size: 16pt;
  background-color: #000000;
}

h1 { color: red; font-family: "goudy old style", "georgia"; font-size: 20pt; }

h2 { color: red; font-family: "goudy old style", "georgia"; font-size: 15pt;
     font-style: italic;  
     font-weight: normal; 
}


td { text-align: center; background-color: #333333; color: #888888; }

td.unadorned { text-align: left; background-color: #000000; } 

td.legend { 
   text-align: left; 
   background-color: #000000; 
   font-family: "goudy old style", "georgia"; 
   font-size: 14pt; 
} 

td.legendquote {
   text-align: left; 
   background-color: #333333; 
   font-family: "goudy old style", "georgia"; 
   font-size: 14pt; 
} 



td.back {
  background: url(house-bg-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: center;
  align: center;
}

td.special-bg {
  background: url(background-tile.png);
  background-repeat: repeat-y;
  background-position: center center;
  vertical-align: center;
  align: center;
}

A {
  color: #aaaaaa;
  text-decoration: none;
}

A:link { 
  color: #aaaaaa;
  text-decoration: none; 
}

A:visited { 
   color: #aaaaaa;
     text-decoration: none;
}

A:hover { 
  color: red; 
  text-decoration: none;  
}

.red { background-color: red; color: #ffffff; }

a.type {
  font-family: courier;
  font-size: 12pt;
  color: red;
}

a.type:hover {
  color: white;
}

td.desc { text-align: left; }
th.header { 
  background-color: #333333; 
  text-align: center; 
  color: red; }

th.wday { 
  background-color: #333333; 
  text-align: center; 
  color: red; }

.day { background-color: red; color: #ffffff; }


