CFInclude Templates Are Parsed Regardless Of File Type

<html>
<head>
	<title>CFInclude Parsing Test</title>
	<style type="text/css">
		<!--- Include the CSS file via CFInclude. --->
		<cfinclude template="styles.css" />
	</style>
</head>
<body id="body">
	 
	<div id="text">
		<h1>
			This check to see if a CSS file will be parsed if included
			via the CFInclude ColdFusion Tag.
		</h1>
		 
		<p>
			If the CSS file IS parsed, the body should have a 
			randomized background image on page refresh.
		</p>
	</div>
 
</body>
</html>

For Cut-and-Paste