.maincopy {
		color: "#FFFFFF";
		font-family: arial, helvetica;
		font-size: 11px;
		font-weight: normal;
		}
.cdcopy {
		color: "#000000";
		font-family: arial, helvetica;
		font-size: 10px;
		font-weight: normal;
		} 
			
.copyright {
		color: "#FFFFFF";
		font-family: arial, helvetica;
		font-size: 11px;
		font-weight: bold;
		} 


		

		

A:link {  
		color: #999999; 
       	text-decoration: underline,bold; 
       	}/*normal links in the text*/
                         
A:visited {	color: #999999; 
			text-decoration: underline; 
            }
                         
A:hover { /*this effect is not shown in NN4.xx*/
         	color: #FFFFFF; 
            text-decoration: normal; 
		}
           
                         
A:active {/*colour in NN4.xx is red*/ 
			color: #9999CC; 
			text-decoration: normal; 
			}

