RK1 logo and web banner
top of left boarder of box

Personalize hyperlinks

Customise your links so they suit your web site by using Pseudo-Classes.

link = this is the ready state of a hyperlink and has not been visited
hover= when a mouse moves over the element
visited = an element that has been visited
active= this is the element been clicked

a:link{
color:#cc0000;
}
a:hover{
color:#000000; text-decoration:underline;
} a:visited{
color:#cc0000;
}
a:active{
color:#00cc00;
}

 

bottom of left boarder of box
top of Right boarder of box bottom of Right boarder of box