﻿html {
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

body {
   font-family: "Baskerville Old Face", serif;
   font-size: 1.1em;
   background-color: #DEE7D6;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

h1 {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-size: 2.5em;
   line-height: 33px;
}

   h1 span {
      font-size: 18pt;
      font-weight: normal;
   }

input[type=text] {
   border-style: none;
   border-bottom-style: solid;
   border-bottom-width: 3px;
   border-bottom-color: #909090;
   background-color: #DEE7D6;
   width: 350px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 1.1em;
}

p {
   text-align: justify;
}

.center {
   text-align: center;
}

.top25 {
   margin-top: 25px;
}

.clear {
   float: none;
   clear: both;
}

#divMain {
   width: 640px;
   margin-left: auto;
   margin-right: auto;
}

@font-face {
   font-family: 'Baskerville Old Face';
   src: url('/css/BASKVILL.TTF') format('truetype');
}
