/* File form.css */
body { color: #F3DCC4;
background-color: #000000;
color:F3DCC4;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center;}

a:link {color: #ffffff;

text-decoration: underline;}

a:hover {color: #ffffff;
background-color: #400040;
text-decoration: underline;}

h1 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: middle;
color:F3DCC4;
background-color: #000000;}

h2 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
color:F3DCC4;
background-color: #000000;}

p {font-size: 1.0em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: justify;
color:F3DCC4;
background-color: #000000;}