/* style-link.css */

a
{
	text-decoration:none;
	font-family: "Gotham Book",            "Trebuchet MS",            Tahoma,            Verdana,            Arial,            Helvetica,            Sans-serif;
	font-size:80%;
}

a:link { 
	color: #808080;
	}
	
a:visited { 
	color: #006600;
	}

a:active { 
	color: #006600;
	}