<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bowling Specific CSS */

/*
body {
	background-image: url(../images/bowling_bg.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
*/
</pre></body></html>