/* Screen styles */

a:link { color: blue;  

}
a:visited { color: purple; 

}
a:hover { color: purple; 
	font-size: 1.6em;
	font-weight: bold;
}
a:active { color: red; 

}
a:focus { background: blue; 

color: white; 
}
