a:link       { color: #33CCFF; text-decoration: none }
a:visited    { color: #00FFFF; text-decoration: none }
a:hover      { background-color: blue; color: #FFFFFF }
A:active {
	COLOR: lime; FONT-STYLE: italic
}

.sok:link       { color: inherit; text-decoration: none }
.sok:visited    { color: inherit; text-decoration: none }
.sok:hover      { background-color: inherit; color: inherit }
.sok:active		{ COLOR: inherit; FONT-STYLE: inherit }