a:link {  
    	font-weight: bold;
		color: #6699FF;
		}
a:hover{
    	font-weight: bold;
		color: #00CCCC;

}
a:active{
    	font-weight: bold;
		color: #FFFF00;
		}
a:visited{
    	font-weight: bold;
	
}
.greentext {text-align:center; }

