body { font-size:9; margin-top=1; background-color=yellow; }

a {font-size=9; color=blue; text-decoration="none"; margin-top=-1px;}
a:hover { color:yellow; background-color=blue; }

p {font-size=9; color:navy; text-decoration="none"; margin-top=10px;}
p.mytitle {	font-family= "Times New Roman", sans-serif ;
		font-size= 11;
		font-style: plain;
		font-weight=bold; 
           	color: navy;
		text-align: center;
            margin-top=-2px; margin-bottom=-1px; }
A.fancy:link {color: navy}
A.fancy:visited {color: orange; font-style: normal}
A.fancy:hover {color: blue; font-style: italic}
