/* Make all body text silver colored 12 point arial.
   Make background navy colored
*/
body  {font-size: 12pt;
       font-family: "Arial";
       color: silver;
       background: navy;
       text-align: center; }

/* The heading (h1) it will be big
*/

h1.welcome {font-size: 22pt; 
            color: silver; }

h1.top {color: black;
	font-size: 22pt; }

h2.title {font-size: 18pt; 
	  font-style: underline; }

h2.time {font-size: 15pt; 
	 font-weight: bold; }


/* Table text
*/

table {font-size: 8pt;
       font-family: "Arial";
       color: black; 
       text-align: center; }
table.index {background: silver; 
	     text-align: left; }
table.update {background: silver;
	      text-align: left; }
table.bio {color: silver; }
table.awards {font-size: 10pt; 
	      text-align: left;
	      color: silver; }
table.gbook {font-size: 12pt;
             font-family: "Arial";
             color: silver;
             text-align: left; }


/* Make links red, vlinks maroon, activated links navy
   Also, make specialty links
*/
a {text-decoration: none;}

a:link {color: black; }

a:link.file {color: red;
	     text-align: center;
	     font-size: 12pt;
             font-color: red; }
		
a:link.table {color: black;
	      text-align: left;
	      font-size: 8pt
	      font-family: "Arial"; }

a:link.pic {color: silver;
            font-size: 9pt;
	    font-weight: bold; }

a:link.email {color: red;
	      font-size: 9pt; }

a:link.offpage {color: white; }

a:visited {color: black; }
a:visited.offpage {color: white; }
a:visited.email {color: red; }
a:visited.pic {color: silver;
	       font-size: 9pt;
	       font-weight: bold; }
a:visited.file {color: red;}

a:active {color: black; }

a:hover {font-style: italic;
	 color: red; 
	 text-decoration: underline; }

a:hover.email {font-style: italic;
	       color: red;
	       text-decoration: underline; }

a:hover.offpage {font-weight: bold;
		 text-decoration: underline; }

/* Make special hr's
*/

hr.line {color: black; }

/* update tds'
*/

tr.credits {font-size: 10pt;
	    font-weight: bold; 
	    color: silver; }

td.update1 {color: black;
	    background: silver;
	    text-align: left; 
	    font-size: 11pt; }

td.head {color: black;
	   background: silver;
	   text-align: center;
	   font-size: 18pt; }

td.right {color: black;
       	  text-align: right;
	  font-size: 8pt; }

td.gbook {font-size: 12pt;
          color: silver;
          text-align: left; }


/* Make footnotes 9-point, bold arial face
*/

div.footnote {font-size: 9pt;
              text-align: center;}


div.shed {text-align: left; }

div.info {font-size: 12pt;
          font-family: "Arial";
          color: silver;
          background: navy;
          text-align: center; }

div.update2 {text-align: left; 
	     margin-right: 50pt; 
	     font-size: 10pt; }

div.gloss {text-align: left;
	   font-size: 11pt; }

div.staff {text-align: left; }

div.present {font-size: 30pt;
	     text-decoration: underline; }

div.salute {font-size: 30pt;
	    text-decoration: underline;
	    font-weight: bold; }

div.songs {font-size: 9pt; }

div.leftc {text-align: left;
	   font-size: 10pt;
	   font-weight: bold; }

span.rightc {text-align: right;
	     font-size: 10pt;
	     font-weight: bold; }


/* bold dt's for the glossary
*/

dl {text-align: left; }

dt {font-weight: bold; }

/* left aligned pres for the comittees
*/

pre {text-align: left; }