/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenu{position:relative;display:block;float:left;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;color:#fff;float:left;text-decoration:none;padding:5px 13px 0px 13px;height:19px;background:transparent url(../images/menu_1.jpg) repeat-x top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(../images/menu_2.jpg) repeat-x top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000; background:#996600;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
a
{color: white;
}

a:hover
{color: red;
}

.button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #F90;
  color: Black;
  font-size: 11px;
  font-weight: bold;
}
input {
background-color:#FFC;
color:#C00;
}

textarea {
  background-color:#FFC;
  color:#C00;
}

