.mydiv {
color: rgba(0, 0, 255, 0.5);
text-align: center;
}
a {
	color: #ff0000; 
}
a:hover {
	color: #00ff00; 
}