.pagetext a:link { color:green; }
.pagetext a:visited { color:green; }
.pagetext a:hover { color:red; }
.bannermenu a:visited { color:white; }
.bannermenu a:link { color:white; }
.bannermenu a:hover { color:red; }
.menuitem a:link { color:white; }
.menuitem a:visited { color:white; }
.menuitem a:hover { color:red; }

.orderform {
  font-family: verdana,arial, helvetica;
  color: green;
  border-color:green;
  border-style: solid;
  border-width: thin;
 }

 

.sitebanner 
  {
  font-family: verdana,arial, helvetica;
  font-size: x-large; 
  color: white;
  text-align: center;
  background-color:green;
  border-style: none;
}

.bannermenu {
  font-family: verdana,arial, helvetica;
  font-size: small; 
  color: white;
  text-align: center;
  background-color:green;
  border-style: none;
}


.menuitem {
  font-family: verdana,arial, helvetica;
  color: white;
  width: 100%;
  text-align: left;
  background-color:green;
  border-style: none;
}

.pagetext {
  font-family: verdana,arial, helvetica;
  color: green;
  font-size: medium;
 }
