BODY{
  color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #FFFFEE;
  margin-left: 1cm;
  margin-right: 1cm;
  margin-top: 1cm;
  margin-bottom: 1cm;
}
H1{
  color: #0000FF;
  font-family: "Trebuchet MS", Arial, sans-serif;
/*  text-decoration: underline; */
  text-align: center;
  border-top-color: #0000FF;
  border-bottom-color: #0000FF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
}
H2{
  color: #0000EE;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-align: left;
  text-decoration: underline;
}
H3{
  color: #000000;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-decoration: underline;
}
H4{
  color: #0000DD;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
A{
  color: #0000FF;
  text-decoration: underline;
}
A:VISITED{
  color: #0000FF;
  text-decoration: underline;
}
A:HOVER{
  color: #9999FF;
  text-decoration: underline;
/*  font-weight: bold; */
    font-style: italic;
}
A:ACTIVE{
  color: #CC0033;
  text-decoration: underline;
}
UL{
  color: #000000;
  list-style-image: url(paw_bullet.gif); list-style-type: circle;
  list-style-position: outside;
}
UL UL{
  list-style-image : url(paw_bullet.gif);
}
OL{
  list-style-type : decimal;
}
OL OL{
  list-style-type : lower-alpha;
}
/*
TH{
  color: #666600;
  background-color: #FF9900;
}
TD{
  color: #666600;
  background-color: #FFFFCC;
}
*/

a.menu_choice{
			 color: blue;
             font-family: Verdana, Helvetica, Arial, sans-serif;
             text-align: center;
			 font-weight: bold;
}

p.menu_here{
		   color: green;
           font-family: Verdana, Helvetica, Arial, sans-serif;
           text-align: center;
		   font-weight: bold;
		   text-decoration: underline;
}

/* ORIGINAL SETTINGS
   =================

p.menu_here{
		   color: green;
           font-family: Verdana, Helvetica, Arial, sans-serif;
           text-align: center;
		   font-weight: bold;
		   text-decoration: underline;
}
a.menu_choice{
			 color: blue;
             font-family: Verdana, Helvetica, Arial, sans-serif;
             text-align: center;
			 font-size: larger;
}
*/