.contentlink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
        font-weight : bold;
	background : #D9F4EF;
	color : Blue;
	text-decoration : none;
        margin: 10px;
}

.contentlink:HOVER {
	color : Red;
	text-decoration : underline;
}
.contentlink:VISITED {
	color : Yellow;
	text-decoration : underline;
}

