body.silver {
  background-color: silver;
  color: white;
}

body.paper {
  background: url(paperbgd.gif);
}

body {
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  background-color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
}

.arial {
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
}

.required {
color: red;
}

p {
  text-indent: 3%;
}

h1.title,h2.title {
  font-family: 'times new roman';
  color: #800000;
}
h3.cdaname {
  font-family: 'times new roman';
  color: #000080;
}

td.email {
   color: blue;
   background-color: #38709D;
   border: thin outset silver;
   padding: 4%;
}

pre {
   font-family: courier;
   font-size: 11pt;;
}

input,textarea {
   font-family: arial,helvetica,sans-serif;
   font-size: 10pt ;
}

.cost {
  font-family: arial,helvetica,sans-serif;
  color: #CE3131;
  font-size: 11pt;
  font-weight: bold;
}

div.block {
  text-indent: 0%;
  font-style: italic;
  margin-left: 3%;
}

a.normal:link {color:#000099} 
a.normal:visited {color:#663366} 
a.normal:active {color:#663366} 
a.normal:hover{color:#FF0000}

