body { background-color: white;
       }
p{ font-size: 11pt;
   font-weight: normal;
   font-family: times,serif;
   color: black;
   text-align: justify
}
div.main{ width: 35%;
          }
h1, h1 a{ text-align: center;
    color: crimson;
    font-family: helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none}
a{ color:crimson;
   text-decoration: underline;}
a.hover{ color: crimson;
         text-decoration: underline;}
a.visited{ color: black;
           text-decoration: none}
.line{ border-color: crimson;
       border-bottom-style: solid;
       border-bottom-width: 2px;
       height: 5px}