Active

Syntax: A : active {value}
Possible Values: any font manipulating declaration
Initial Value: Not defined
Applies to: anchor element
Inherited: Yes

The active pseudo-class is used to add effects to a link when active (e.g. on mouse click)

Example

a:active {color:navy; font-size:130%}