html, body {
  margin: 0px;
  padding: 0px;
  font-size: 9px;
}
HR { 
width: 570px; 
color: white; 
text-align: center;
height: 1px; 
border: 1px dotted red;

} 
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
} 
