body {
background : #f1f0c2;
font-family : "Book Antiqua", "Arial";
font-weight:bold;
color : #bd9268;
font-size : 14px;
margin: 0px 0px 0px 0px;
}
A:link {
text-decoration : underlined;
color : #ec192c;
}
A:visited {
text-decoration : underlined;
color : #ec192c;
}
A:hover {
text-decoration : underlined;
color : #fff;
}
A:active {
text-decoration : underlined;
color : #ec192c;
}
img {
border : 0;
}
h1 {
font-size:18px;
color:#ce0416;
}
input,textarea {
background-color: #fff; 
color: #bd9268; 
font-family : "Book Antiqua", "Arial";
border: 1px solid #ec192c; 
}
.subtitle {font-size:16px; color: #ce0416; font-weight:bold; }