/* Colour for the changing the texts */
a:link{
    font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color:#fff;
}

a:hover{
    font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color:#999933;
}

a:visited{
    font-size:11pt;
    color:#f90;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
