A {
color: #ffffff;
text-decoration: underline;
font-weight: none;
font-family: arial;
cursor: help;
}

A:visited {
color: #ffffff;
text-decoration: underline;
font-weight: none;
font-family: arial;
cursor: help;

}

A:hover {
color: #ffffff;
border: none;
text-decoration: none;
background: none;
font-weight: none;
font-family: arial;
cursor: help;

}

p {
font-family: arial;
font-size: 13px;
color: #CBDAA7;
}

p.cons {
font-family: arial;
font-size: 13px;
color: white;
}

input, select, option, textarea { 
background-color: #D2DABF; 
color: #43503E; 
font-weight: bold; 
border: 1px solid #43503E;
}

.menu {
background-color: #43503E;
padding: 2px;
}