/* CSS Document 
basic formating set the link colors thru the site
purple 		#840084
*/

a:link {color: #093937;}
a:visited {color: #840084;}
b:hover {color: #333333;}
a:active {color: #840084;font-style:italic;}

