h2 {
   font-weight: normal;
}
input,textarea {
   border: 1px solid: #999;
   background-color: #ccc;
   color: #003;
}
input.button {
   border: 1px solid: #999;
   background-color: #ccc;
   color: #003;
   text-transform: uppercase;
}
input.button:hover {
   background-color: #003;
   color: #fff;
}
img {
   border: none;
   width:150px;
   height:auto;
}
img.fp {
   border: 1px solid #003; 
   padding: 2px;
   width: 140px;
   height: auto;
}
.pseudoButton {
   display:none;
}
p.explanation {
   text-transform: uppercase;
}
ul,li {
   list-style-type: none;
}
