

body {
font-family: arial, sans-serif;
}

hr {
border: 0;
color: black;
background-color: black;
height: 10px;
}

a:link, a:visited { 
text-decoration:none; 
color: blue;
}
a:hover, a:active {
text-decoration:underline;
color: blue;
}