.quickLink {
  text-align: center;
  font-size: 12px;
  }
  
.quickLink a:link { text-decoration: none; color: #FF9900; }
.quickLink a:active { text-decoration: none; color: #FF9900; }
.quickLink a:hover { text-decoration: none; color: #FF0000; }
.quickLink a:visited { text-decoration: none; color: #FF9900; }

input,select {
  background-color : #FF9900;
  font-family : Verdana;
  font-size : 12px;
  font-weight : bold;
  color: #FFFFFF; 
	}
	
textarea {
  background-color: #FF9900;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  }
