#mylinks a:link {
	color: #000000;
	text-decoration: none;
}
#mylinks a:visited {
	color: #000000;
	text-decoration: none;
}
#mylinks a:active {
	color: #000000;
	text-decoration: none;
}
#mylinks a:hover {
	color: A6503B;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
}
