@charset "utf-8";
/* CSS Document */

/*************************** Link Styles *************************************/

a {
	outline:none;
	text-decoration:none;
	border-bottom:1px dotted #876591;
	padding-bottom:1px;
	color:#876591;
	font-weight:bold;
	}
	
a:hover {
	outline:none;
	text-decoration:none;
	color:#09133b;
	border-bottom:1px dotted #09133b;
	padding-bottom:1px;
	}
	
img {
	outline:none;
	}
	
