/* CSS Document */

#button {
  font-family: verdana, tahoma, arial;
  font-size: 12px;
  font-weight: bold;  
  text-align: center;
  text-decoration: none;
  border: 1px solid #88AF2A;
  padding: 2px 0px 2px 0px;  
  background-color: #D9F473;
  color: #FF9900;
}
#button a:link, #button a:visited, #button a:active {
  border: 1px solid #88AF2A;
  padding: 2px 4px 2px 4px;
  background-color: #88AF2A;
  text-decoration: none;
  color: #D9F473;
  
}

#button a:hover {
  background-color: #D9F473;
  text-decoration: none;
  color: #88AF2A;
}

#text {
  font-family: verdana, tahoma, ariel;
  font-size: 12px;
  font-weight: bold;  
  padding: 2px 6px 2px 6px;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #88AF2A;
  height: 20px;
  background-color: #D9F473;
  color: #88AF2A;
}

#text a:link, #text a:visited, #text a:active {
  text-decoration: underline;
  color: #FF9900;
}

#text a:hover {
  text-decoration: underline;
  color: #88AF2A;
}

#whitetext {
  font-family: verdana, tahoma, ariel;
  font-size: 12px;
  font-weight: bold;  
  padding: 2px 6px 2px 6px;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #88AF2A;
  height: 20px;
  background-color: #FFFFFF;
  color: #008800;
}

#whitetext a:link, #whitetext a:visited, #whitetext a:active {
  text-decoration: underline;
  color: #FF9900;
}

#whitetext a:hover {
  text-decoration: underline;
  color: #88AF2A;
}