body{ background-color: white; } 
body{ font-family:arial;}
body{ width: 640px; margin: auto}
body{ background-image: url(Images/grad.jpg); background-repeat: repeat-x;}


h1 { border-bottom: 3px solid red;
     font-family:arial;
     font-weight:normal;
     padding-bottom: 2px;
     padding-top: 6px;  
    width:600px; }

h1.hright { border-bottom: 3px solid red;
     font-family:arial;
     font-weight:normal;
     padding-bottom: 2px;
     text-align:right;
     margin-left: 40px;
    width:600px; }


h2 { border-bottom: 3px solid red;
    width:300px; }


a.l_body:hover {
color: black;
background-color: Gray;
}
d
a.l_body:link {
text-decoration: none;
color: darkred; 
}

a.l_body:visited {
color: darkred;
}


a.l_title:hover {
color: black;
background-color: gray;
text-decoration: none;
}

a.l_title:link {
text-decoration: none;
color: black;
}

a.l_title:visited {
color: black;
text-decoration: none;
}

p.main {
text-align: justify;
}