@charset "UTF-8";

/*
	Guide 2 Game REVIEWS
	last edit 7.7.2025 pst
*/

@media screen {

span#canquest a {
	text-decoration:none;
}

p {
	line-height:170%;
}

	a:link {
		text-decoration:underline;
		color:#181D30;
	}
	a:visited {
		color:#336699;
		text-decoration:underline;
	}
	a:hover {
		color:#7D9F05;
		text-decoration:underline;
	}
	a:active {
		color:#990000;
		text-decoration:none;
	}

.style1 {
	color:#7D9F05;
	font-weight:bold;
}

} /* end default media screen */