a:link, a:visited {
 text-decoration: underline;
 color: #0000FF;
 cursor: hand
}
a:active, a:hover {
 text-decoration: underline;
 color: #FF0000;
 cursor:hand
}
body {
 font-family: Arial;
 font-size: 10pt;
}
h1 {
 font-size: 18pt;
 font-weight: bold;
}
h2 {
 font-size: 12pt;
 font-weight: bold;
}
