

/*	Unvisited links								*/
a:link {
; text-decoration: none; color: #333333}

/*	Visited links								*/
a:visited {
; text-decoration: none; font-style: normal; color: #333333}

/*	Active links (not widely supported)					*/
a:active {
;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
; text-decoration: underline
; color: #0066FF
?)}
