@charset "utf-8";
/* CSS Document */

/*************************** Link Styles *************************************/

a {
	outline:none;
	text-decoration:none;
	border-bottom:1px dotted #a41111;
	padding-bottom:1px;
	color:#a41111;
	}
	
a:hover {
	outline:none;
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
	padding-bottom:1px;
	}
	
img {
	outline:none;
	}
	