@charset "utf-8";
/* CSS Document */
.yellow a {
	color:yellow;
	text-decoration:underline;
	}

.yellow a:hover {
	color:black;
	text-decoration:line-through;
	}
	
