/*Allowed colours: 
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow */

body { background:#900; color:#000 ; font-family: 'Comic Sans MS', Arial, sans-serif ;}

table, td ,th { 
font-family: Verdana, Arial,sans-serif; 
text-align:left ; 
vertical-align:top ;
padding:5px
}

/*why the hell is this not being picked up? */
.InfoTable table td th { 
font-family: Verdana, Arial,sans-serif; text-align:left
}

a {text-decoration:none}
a:hover {text-decoration:underline}



/*table a:link { color: navy; font-family: arial; font-size: 12px }
table a:visited { color: maroon; font-family: arial; font-size: 12px } */

.downlods {padding: 10px; color:yellow ; }
.downlods a  {color:white; text-decoration:none}
.downlods table a:link  {color:white;  }
.downlods a:visted  {color:white;}
.downlods a:hover {color:white; text-decoration:underline }
.downlods a:active {color:white}

/*table td   { border: 0px ridge #CC6666;}*/ 

.NavButton   { text-align: center; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; text-decoration: none; padding: 0px; height: 30px; margin-bottom: 10px;}

.NavButton a { text-decoration: none; 
               width:140px; 
				   display:block; 
				   padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px;
				   background: #c66 }
/*fc0*/
.NavButton a:link { color: #fff2e6; border: 3px outset #C00; }
.NavButton a:visited { color: #fff2e6; border: 3px outset #C00; }
.NavButton a:hover { color: #CC0000; background: #FAE8C5; border: 3px outset #FAE8C5; font-weight: bold ; text-decoration:none}
 }
.NavButton a:active { color: #fff; border: 3px inset #C00;  }


/* BackTo */
.toTop a {
  float:right;	
	color:black;
	background-color: transparent;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	}
.toTop a:hover {text-decoration:underline;}

.quote {background: #cfc;
				font-weight:normal; 
			  font-style:normal; 
				width:90%;
				border:5px outset green ;
				padding: 10px;
				margin-left: 5%;
				margin-right:5%
}

/* i don;t currently have one *
.ContentTable    { border: 3px ridge #CC6666; 
					   width: 100px; 
					   color:#000000; background-color:#FAE8C5 ;
					    }
.ContentTable th { border: 1px solid #c00; background: #c66; color: #fc0; padding:5px; }
.ContentTable td { border: 1px solid #c00; padding:5px } */

