/*-----------------------------------------------webgraph alternate linksauthor:   daniel rubinversion:  2003.05.06----------------------------------------------- *//* links----------------------------------------------- *//* Navigation Links */.nav a, .nav a:link {	padding: 1px;	color: #666;	text-decoration: none;	background: transparent; }.nav a:visited {	color: #666;	text-decoration: none;	background: transparent; }.nav a:hover {	color: #fff;	text-decoration: none;	background: #000; }.nav a:active {	color: #900;	text-decoration: none;	background: transparent; }/* Special Links */.special a, .special a:link {	padding: 1px;	color: #900;	text-decoration: underline;	background: transparent; }.special a:visited {	color: #900;	text-decoration: underline;	background: transparent; }.special a:hover {	color: #fff;	text-decoration: none;	background: #000; }.special a:active {	color: #900;	background: transparent; }/* Footer Links */#footer a, #footer a:link {	padding: 1px;	color: #999;	text-decoration: none;	background: transparent; }#footer a:visited {	color: #999;	text-decoration: none;	background: transparent; }#footer a:hover {	color: #fff;	text-decoration: none;	background: #000; }#footer a:active {	color: #000;	background: transparent; }/* Standard Links */a, a:link {	padding: 1px;	color: #333;	text-decoration: underline;	background: transparent; }a:visited {	color: #666;	text-decoration: underline;	background: transparent; }a:hover {	color: #fff;	text-decoration: none;	background: #000; }a:active {	color: #000;	background: transparent;	text-decoration: underline; }/* remove padding from images */a img { padding: 0px; }