

body {
	background: #fff;
	font: 12px Times, Arial, Sans-serif;
}

img {
	border: 0;
}

a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
a.cl1:link, a.cl1:active, a.cl1:visited {
	color: #999;
	text-decoration: underline;
}
a.cl2:link, a.cl2:active, a.cl2:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover, a.cl2:hover, a.cl1:hover {
	color: #f00;
	background-color: #f6f6f2;
	text-decoration: none;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}