
body
{
background-color: white;
color: rgb(80,87,65);
border-top-style: solid;
border-top-width: 20px; 
border-left-width: 20px; 
border-right-width: 20px; 
border-bottom-width: 20px;
border-left-style: groove; border-right-style: groove;
border-top-style: groove; border-bottom-style: groove;
border-color: crimson;
padding: 30px 30px 30px 30px;

font-size: 1em;font-weight:normal;word-spacing:normal;
letter-spacing:normal;text-transform: none;font-family:Helvetica,sans-serif;
font-size-adjust:.58;margin-left:.50em;margin-right:.50em;text-align:justify;

}



h1 {
font-size: 1.7em;word-spacing:normal;font-family:"Comic san ms",sans-serif;
  text-decoration:none;font-weight:normal;color:maroon;
}

h2 {
font-size: 1.50em;word-spacing:normal;font-family:"helvetica",sans-serif;
  text-decoration:none;font-weight:normal;color:#406A80;
}

h3 {
font-size: 1.25em;word-spacing:normal;font-family:"helvetica",sans-serif;
  text-decoration:none;font-weight:normal;color:#204A60;

}

h4 {
font-size: .20em;word-spacing:normal;font-family:"helvetica",sans-serif;
  text-decoration:none;font-weight:normal;color:#204A60;

}


a:link {
text-decoration:none;font-weight:bold;color:teal;
}

a:visited {
text-decoration:none;font-weight: bold;color:#999;
}
 

a:active
{
text-decoration:none;font-weight:bold;color=#F00;                
}
 
a:hover {
text-decoration:none;color:#C00;background:#FC0;
}
 

