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