.link {
a:link {color: #000000; text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: left top;
}
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

}
