body {
    margin: 20px;
    padding: 0px;  
margin-bottom:200px;  
}

p { width:720px; 
  margin-left:20px;
}

img {
  border: 2px inset gold;
}

pre { white-space:pre-wrap; font-family:arial;}

.clHr300 {
width:300px;height:3px;background-color:Black;
}
.clHr600x2 {
width:600px;height:2px;background-color:Black;
}

/* <hr align=LEFT style="width:700px;text-align:left; margin-left:10; height:2px;background-color:Black;"> WORKS */

.clHr600 {
width:600px;height:3px;background-color:Black;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
}

.clGoldBorder6 {border-style: inset;
border-color: gold;
border-width: 6px;
}

.clGoldBorder2 {border: 2px inset red; }
