/* This is my first css - please forgive the hack-i-ness!  */

h1,h2,h3,table				{ font-family: Verdana,Arial,Helvetica }


ul							{ color: FFCC99; }

p.left						{ font-family: Verdana, Arial, Helvetica;
							  margin-left: 10pt;
							  color: #FFCC99;
							  }
							  
p.right						{ font-family: Verdana, Arial, Helvetica;
							  margin-right: 10pt;
							  margin-right: 10pt;
							  color: #FFCC99;
							  }
							  
p.intro						{ font-family: Times New Roman;/*cursive, Brush Script MT*/;
							  margin-left: 10pt;
							  font-size: 145%;
							  color: #FFCC99;
							  }

p.middle					{ font-family: Times New Roman;
							  margin-left:10pt;
							  color: #FFCC99;
							  }
							  
p.small						{ font-family: Times New Roman;
							  font-size: 80%;
							  }
							  
pre.padleft					{ margin-left: 30pt;
							  font-size: 125%;
							  }

p.staff						{ font-size: 65%;
							  }

p.middlecenter				{ font-family: Times New Roman;
							  font-size: 120%;
							  margin-left:10pt;
							  color: #FFCC99;
							  text-align: center
							  }							  

p.middle120					{ font-family: Times New Roman;
							  font-size: 120%;
							  margin-left:10pt;
							  color: #FFCC99;
							  }	
							  
pre.usual					{ font-family: Times New Roman;
							  font-size: 120%;
							  color: #FFCC99;
							  }

h1,h2,h3,hr					{ color: #FFCC99 }


a:link						{ color:#FFCC99 }
a:visited					{ color:#FFCC11 }
a:active					{ color:#FFCC99 }
a:hover						{ color:#FFCC00 }

body						{ background-color: #640000;
							  color: #FFCC99;
							  }

.center						{ text-align: center }
.right						{ text-align: right  }
.left						{ text-align: left   }

#menu a:link 				{ color: #FFCC99; text-decoration: none; margin-left: 10pt }
#menu a:visited 			{ color: #FFCC99; text-decoration: none; margin-left: 10pt }
#menu a:active 				{ color: #FFCC99; text-decoration: none; margin-left: 10pt }
#menu a:hover				{ color: #640000; 
					 		  background-color: #FFCC99;
					  		  text-decoration: none;
					  		  margin-left: 10pt;
					  		  }

#txt_color					{ color: #FFCC99; }

#border						{ border-width: 1px;
					  		  border-color: #FFCC99;
					  		  border-style: solid;
					  		  }