body{
color:                red;
background-color:     orange;
background-image:     url(./images/peachy.jpg);
font-family:          arial;
font-size:            22px;
scrollbar-base-color: orange;
}

.mapText {
background-color: #885500;
}

.panelBorder {
  background-color: #FFFFFF;
}

A:link    {color:#CC9900; text-decoration:underline;}
A:visited {color:#CC1100; text-decoration:underline;}
A:active  {color:#CC5500; text-decoration:underline;}
A:hover   {color:#FF9900; text-decoration:underline;}

.panelBackground {
  background-color: #FF8f00;
  background-image: none;
  font-size: 11px;
  padding: 10px;
}
