a:link {
	text-decoration: none;
	color: #3333FF;
	}
a:visited {
	text-decoration: none;
	color: #3333FF;
	
	
}
a:hover {
	text-decoration: none;
	color: #CC9900;
	
	
}
a:active {
	text-decoration: none;
	color: #0033FF;
	
	
}

.NewLink {
   text-decoration: none;
	color: #3333FF;
	font-size: 16px;
	}
	
.index {
	font-size: 12px;
	}

