a:link {  color: blue;  text-decoration: none;  font-weight: demi-bold; font-size: 100%;}

a:visited {  color: #000099;  text-decoration: underline;  font-size: 90%;}

a:active {  color: green;  font-weight: bold;}

A:hover {   color: red;  text-decoration: none; text-transform: uppercase; font-weight: bold;}
