* {
margin : 0;
padding : 0;
}

a {
	text-decoration: none;
	color: #C61301;
	border-bottom : 1px dotted #666;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

a:hover, a:focus, a:active {
	color: #000000;
	border-bottom : 1px dotted #C61301;
	font-size: 18px;
}

a:visited {
color: #B90D01;
border-bottom : 1px dotted #999;
}

a:visited:hover, a:visited:focus, a:visited:active {
	color: #000000;
	border-bottom : 1px dotted #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

