.dummy  { }

BODY { 
  margin:0;
  margin-left: 200px;
  padding:0;
  border:0;
  font-family: trebuchet ms, helvetica, arial, verdana, sans-serif;
  font-size:14pt; 
  line-height: 1.2;
  background: lightblue;
  color: black; 
  text-align:justify; 
}

div#main {
	margin-right:50px;
}

/* HEADINGS */
H1, H2, H3, H4, H5, H6 { font-family:verdana, sans-serif; text-align:left;}
H1 {}
h2 { }
H2.siteTitle { font-size:32pt; background-color: #000066; color:#339977; padding-right:30px; padding-top:30px; padding-bottom:20px; padding-left:30px; }
H3 { font-size:large; text-align:center; }
.logoInitial { color:white; } /* for the s, t and c in Shilo Theatre Co. */
H2.siteTitle { margin:0; margin-left:-200px;} /* Across the top of each page. */

/* ANCHORS */
A { 	font-weight:bold; text-decoration: underline; 	}
A:link { color: #0000BB; }          /* unvisited link */
A:visited { color: #000099; }        /* visited links */
A:active { background-color: yellow; }        /* active links */
A:hover { color:#66cc33;  }        /* under mouse pointer */
A:link IMG { border: none; }
A:visited IMG { border: none;  }
A:active IMG {border: none; }

/* NAVIGATION BAR */
ul#nav {	font-weight:bold;
	position:absolute;
	left:0px;
	top:100px;
	width:150px;
	height:800px;
	margin:10px;
	padding:0;
	font-size:80%;
	text-align:left;
}
ul#nav > li { list-style-type:none; padding:0; padding-bottom:5px;}
ul#nav > li > a { text-decoration:none; }
ul#nav > li > ul > li { list-style-type:none; padding-bottom:5px;}
ul#nav > li > ul > li > a { text-decoration:none; }
ul#nav > li > ul { padding-top:0; } 

/* Specific cases */
/* img.promo	{	vertical-align:top; } */
/* p.authors	{ font-weight:bold; font-family:arial, sans-serif; color:yellow; } */
/* h2.publicity { color:yellow; } */

p {   }

/* DEFINITION LISTS */
dt { font-weight:bold; }