body { 
       background-color:#CCCCFF;
       margin-left:100px; 
       margin-top:50px; 
       margin-right:70px; 
       }
h1 { 
     font-size:48pt;
     color:#000000;
     font-family:Helvetica,Arial,sans-serif;
     font-style:italic;
     border-bottom:solid thin black;
     border-top:solid thin black; 
}

p,
dl,
dt,
dd {
    font-size:14pt;
     color:#000000;
     font-family:Helvetica,Arial,sans-serif;
}

dt {
    font-style:italic;
    color:#00FF00;
}

dd {
    color:#000000;
    margin-bottom:6px;
}

div.dd2nd {
    margin-top:6px;
    /* font-style:italic; */
    font-size:12pt;
}

a:link,
a:visited {
    color:#000000;
    text-decoration:overline underline;
}

hr {
    height:1px;
}
