body {
margin: 0;
padding: 0;
}
p.a { font-family: serif;}
p.b { font : italic; serif;}
p.c { font-family: sans-serif;}
a:link {
text-decoration: none;
color: #191970;
}
a:visited {
text-decoration: none;
color: #191970;
}
a:hover {
text-decoration: none;
color: #ffffff;
background-color: #191970;
}
a:active {
text-decoration: none;
color: #ffffff;
background-color: #191970;
}
hr.dash {
height: 1px;
border: none;
border-top: 1px #000000 dashed;
}