@charset "UTF-8";


a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:active, a:hover {
	color: #FF0000;
	text-decoration: none;
}



.add a:link, .add a:visited {
	color: #FFFF00;
	text-decoration: underline;
}

.add a:active, .add a:hover {
	color: #FF0000;
	text-decoration: none;
}
