a:link {
  text-decoration : underline;
  color : #666666;
}
a:visited {
  text-decoration : underline;
  color : #666666;
}
a:hover {
	color : #3366FF;
	border-bottom : 1px dotted #3366FF;
	text-decoration: none;
}
a:active {
  color : #CC0000;
}
