body    { color: #1e1e1e; background-color: #fff }
a:link  {
	color: #696969;
	text-decoration: none
}
a:visited   {
	color: #808080;
	text-decoration: none
}
a:active  {
	color: #33CCFF
}
a:hover { color: #ffa500; text-decoration: blink }
a:hover.test1 { position: relative; top: 1px; left: 1px; }