.d1{margin-left:90px;
margin-right:30px;
font-size:16px;
line-height:190%}

.d2{margin-left:190px;
margin-right:150px;
line-height:180%;
font-size:13px;
color:navy;}

.d3{margin-left:230px;
margin-right:160px;
line-height:180%;
font-size:13px;
color:navy;}

td{
line-height:180%}


H1 {
    font-size: 24px;
    border-width: 0px 0px 1px 10px;
    border-color: #006600;
    border-style: solid;
    margin-left: 30px;
    color:black;
    background:#ffeadf;
    text-align:center;
}
H2 {
    font-size: 12px;
    border-width: 1px 0px 1px 0px;
    border-color: green;
    border-style: solid;
    background:snow;
    color: navy;
    margin-right:55px;
    margin-left:65px;
    text-align:right;
}

a{text-decoration: none}
a:link{color:darkgreen}
a:visited{color:brown}
a:active{color:orange}
a:hover{color:crimson}
