body {	font-family: Arial, Helvetica, sans-serif; margin: 0;}
a/*:link, a:vlink*/ {	font-weight: bold; text-decoration: none; color: #090;}
a:hover {color: #060; text-decoration: underline; }
.me {  font-weight: bold; color: #009900; background-color: #FFCC00}
.s {  font-weight: bold; color: #FFFFFF; background-color: #000000; text-align: center; padding-right: 5px; padding-left: 5px}
/* This below is to add a global menu where there was none.*/
#menu {	border-top: 4px dashed #999 ; margin-top: 19px; padding: 5px;  text-align: center;}
#menu:before {
  content: "The menu below was not included in the original design!";
  color: #999;
  font-size: 1.2em;
  display: block;
  text-align: center; 
   }
#menu a {font: bold 1em Arial, Helvetica, sans-serif; margin: 5px; padding: 5px; color: #FFF; border: 1px solid; line-height: 3em; white-space: nowrap; background: #FC0;  }
#menu a:hover { background: #FFF; color: #FC0; text-decoration: none; }
