body{
font-size:15px;
color:black;
margin-left:28px;
margin-right:40px;
background-image:url(gif/stone-bg.gif);
background-attachment:fixed;
background-repeat:repeat-y;
}

td{
font-size:13px;
color:navy;
line-height:160%;
padding:0px 40px;
vertical-align: top;

}

th{
font-size:15px;
color:maroon;
}

.d1{margin-left:90px;
margin-right:80px;
line-height:190%;
font-size:14px;
}

p {text-indent:70px;
   line-height:170%;
   font-size:14px;}

H1 {
    font-size: 20px;
    background-color:snow;
    border-width: 1px 0px 1px 10px;
    border-color: #408080;
    border-style: solid;
    margin-left:30px;
}

H2 {
    font-size: 13px;
    border-width: 1px 50px 1px 10px;
    border-color: #dac1ff;
    border-style: solid;
    background-color:#c4c7ff;
    color:#585858;
    margin-left:5px;
}

a{text-decoration: none}
a:link{color:maroon}
a:visited{color:navy}
a:active{color:orange}
a:hover{color:crimson}

