html, body {
margin: 0;
padding: 0;
font-face: Verdona;
font-size: 14;
}
A:link {color : blue; text-decoration : none}
A:visited {color : blue; text-decoration : none}
A:hover {color : red; text-decoration : italics}
h2.v{
font-size: 18pt;
font-weight: normal;
display: inline;
}