@charset "iso-8859-1";
  :link { color: rgb(98:117:102); }  /* for unvisited links */
  :visited { color: rgb(60:61:60); } /* for visited links */
  :active { color: blue; } /* when link is clicked */
  :hover { color: teal; } /* when mouse is over link */

body { background-color: #FFFBEC }
a {
   	text-decoration : none;
}
.title { color: rgb(0,127,127); }
.menuhead{ color: rgb(00,66,00);
	   	   font-weight: bold;
}
.menu{ color: rgb(98:117:102); 
}
a.menu:hover{	background-color: rgb(255,223,00);}
ul.menu {  list-style:none;
		   margin-top:5px;
		   margin-left:10px; }
.toolbar {
		 font-family: "Arial";
		 font-weight: bold;
		 font-size:small;
		 text-decoration: bold;
}
h2 		 {
		 font-family: "Arial";
		 color: #006600;
		 text-align: center;
} 
p 		 {
		 font-family: "Helvetica,Arial,Sans-Serif";
		 font-weight: 500=medium;
		 } 
li 		 {
		 font-family: "Helvetica,Arial,Sans-Serif";
		 font-weight: 500=medium;
		 }
