

/* set hyperlink status colors */
a:link	  	{ color: blue	}
a:visited 	{ color: purple	}

/* set interactive link colors */
a:hover		{ color: green  }
a:active	{ color: orange }

/* a hover rule */
a:hover		{ color: maroon; font-size: 13pt; font-weight: bold  }