table.top {

}

table.top th {
   font-family: Tahoma;
	 font-size: 24pt;

}

table.menu {
   border-width: 1;
	 border-color: red;
	 border-style: collapse;
	 background-color: #FFBA76;
}

table.menu td  {
   border-width: 2;
	 border-style: solid;
	 border-color: #CC6633;
	 padding: 25px;
	 font-size: 18pt;
}

table.menu th {
   border-width: 2;
	 border-style: solid;
	 border-color: #CC6633;
	 padding: 25px;
   font-size: 24pt;
	 font-family: Tahoma;
	 color: #CC6633;
}

table.menu a:hover {
   background-color: white;
}

table.menu a {
	 color: #CC6633;
}

table.acro {
  font-size: 14pt;
	font-family: Tahoma;
	width: 70%;
	border-style: solid;
	border-color: black;
}

table.acro td {
  font-size: 12pt;

}

table.desc {
   font-size: 14pt;
	 font-family: Tahoma;
	 background-color: #FFDC8F;
	 border-color: black;
	 border-style: solid;
	 border-width: 1px;
	 padding: 10px;
}

span.ltr {
   color: red;
}

div.desc {
   font-family: Tahoma;
	 font-size: 12pt;
	 font-style: italic;
	 width: 50%;
	 border-color: black;
	 border-style: solid;
	 border-width: 1px;
	 padding: 10px;
}

table.events {
   font-size: 14pt;
	 font-family: Tahoma;
	 width: 80%;
	 background-color: #FFDC8F;
}

table.events td {
   font-size: 12pt;
	 font-family: Tahoma;
						 
}
   
