/***********************************************/
/* link-effect.css                            */
/* Use with index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

link{
	
}

a:link, a:visited, a:hover {
	color: #3648AC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

