body { font: 12pt Times, serif;
       background-color: black; }

h1 { text-align: center;
     margin-bottom: 0px; }

h2 { text-align: center;
     margin-top: 0px;
     margin-bottom: 0px; }

h3 { text-align: center;
     margin-bottom: 0px; }

h3.name { text-align: left;
	  margin-top: 0px; }

h4.heading { text-align: center; 
	     margin-bottom: 0px; }


h4.side { color: blue;
	  margin-top: 0px;
     	  margin-bottom: 0px; }

h4 { margin-top: 0px;
     margin-bottom: 0px; }

h5 { margin-top: 0px; }

p.italic { font: italic  16pt Times, serif;
           text-align: left;
	   margin-top: 0px; 
           margin-bottom: 0px;
           color: #336600; 
	   text-indent: 35%; }

p.indent { font: italic 16pt Times, serif;
           text-align: left;
           margin-top: 0px;
           color: #336600;
           text-indent: 36%; }

p.par { font: 12pt Times, serif;
        text-indent: 15px;
        margin-bottom: 0px;
        margin-top: 0px;  
	text-align: left; }

p.parind { font: 12pt Times, serif;
           text-indent: 15px;
           margin-bottom: 0px;
           margin-top: 0px;  
	   text-align: left;
           text-indent: 5%; }

p.center { text-align: center;
    	   margin-top: 0px;
	   margin-bottom: 0px; }

p.left { text-align: left;
    	 margin-top: 0px;
	 margin-bottom: 0px; }

p.news { text-align: left;
	 margin-top: 10px;
	 c }

p.right { text-align: right;
    	  margin-top: 0px;
	  margin-bottom: 0px; }

table { text-align: center;
        border: thin solid black; }

table.roster { text-align: center; 
	       border-color: white; }

table.schedule { align: left; 
	         border-color: white; }

td { border-color: black; 
     border-style: solid; }

td.roster { border-color: white;
	    text-align: top; }

td.staff { border-color: white;
	   vertical-align: text-top;
	   text-align: left; }

p.pic { text-align: center; }

div.center {text-align: center; }

a:link { text-decoration: none;
         color: blue; }

a:visited { text-decoration: none;
            color: purple; }

a:hover { text-decoration: underline;
          color: navy; }