/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

<style>
div.entry-content a:link { /*a normal link*/
	color: #0000FF;
	}

div.entry-content a:visited {/*a visited link*/
	color: #663366;
	}

div.entry-content a:active { /*an active link*/
	color: #FF0000;
	}

div.entry-content a:hover { /*a link with the mouse over it*/
	color: #FF0000 ;
	}
</style>
