body {
			background-color:#f2f2f2;
		text-align:center; /* horizontal centering for IE Win quirks */
			font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
			text-decoration:  none;}
a:link    {
  /* Applies to all unvisited links */
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px
			text-decoration:  none;
  font-weight:      bold;
		color:            #400040;
  } 
a:visited {
  /* Applies to all visited links */
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px
		text-decoration:  none;
  font-weight:      bold;
 color:            #400040;
  } 
a:hover   {
  /* Applies to links under the pointer */
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px
		text-decoration:  none;
  font-weight:      bold;
  background-color: #f2f2f2;
  color:            #000033;
  } 
a:active  {
  /* Applies to activated links */
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px
		text-decoration:  none;
  font-weight:      bold;
  background-color: #ACCFF7;
  color: #ffffff;
  } 
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
								text-decoration:  none;
					padding: 0.5em;
					line-height: 1.5em}
