html, body {
  margin: 0px;
  padding: 0px;
}
HR { 
width: 590px; 
color: orange; 
text-align: center;
height: 5px; 
border: 1px dashed lime;

} 
H1 { 
font-size: 20px; 
color: #A61A1A; 
font-family: arial 
} 
a:hover {
color:red;
position:relative;
left:1px;
top:1px;
}
.no_ul_link { text-decoration: none
} 

A:link {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: blue}
A:active {text-decoration: none; color: red}


