a:link  { color: blue; text-decoration: none }
a:active {	color: blue;	text-decoration:none;}
a:visited {	color: green;	text-decoration:none; }
a:hover   { color: navy; text-decoration: underline }
a:alink { 	color: red; }
a:vlink {	color: green; }

H1 a:hover   { color: navy; font-weight: bolder }
H1 a:visited    { color: navy }
H2  { color: #0000ff; font-style: normal; font-weight: normal; font-size: medium }
H2  a:hover  { color: navy; font-style: normal; font-weight: bold; text-decoration: none }