html, body {
  margin: 0px;
  padding: 0px;
  font-family: verdana;
}
HR { 
width: 590px; 
color: white; 
text-align: center;
height: 3px; 
border: 1px dashed #F000F0;

} 
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;
} 
