@charset "utf-8";
/* CSS Document */

p.h1 {
 font-family: "Times New Roman", Times, serif; font-size:200%; font-weight:bold;
 }
 p.h2 {
 font-family: "Times New Roman", Times, serif; font-size:100%; font-weight:bold; color:#FF0000; text-decoration:underline
 }
A:link {
 text-decoration: none; color: #ff0000
 }
A:visited {
 text-decoration: none; color: #0000FF
 }
A:active {
 text-decoration: none
}
A:hover {
 text-decoration: underline; color: red; text-decoration:blink
 }
img.floatLeft { 
 float: left; 
 margin: 4px; 
 }
img.floatRight { 
    float: right; 
    margin: 4px; 
}

