/* CSS For Wizard Creek Courses */


/* *****************************************************
Define how the page will look printed ... 
**************************************************** */

html {
	margin: 0; padding: 0;
	background-color: white; color: black;}

body {
	margin: 0;	padding: 0;
	background-color: white; color: black;
	font-size: 11pt;
	font-family: Times New Roman, Times, serif;
	border: 0;}
	
#botPage {
	margin: 0;	padding: 0;
	background-color: white; color: black;
	font-size: 10pt;
	font-family: Times New Roman, Times, serif;
	border: 0;
	text-align: center;}
	
#sidebar   {display:none;}
.ppBox     {display:none;}
.googleAds {display:none;}
.botMenu   {display:none;}
h1 		  {color: black; font-size: 16pt;}
h2 		  {color: black; font-size: 14pt;}
h3 		  {color: black; font-size: 13pt;}
h4 		  {color: black; font-size: 12pt;}
a:link 	  {color: black; text-decoration: none;}
a:visited  {color: black; text-decoration: none;}        
a:hover    {color: black; text-decoration: none;}
a:active   {color: black; text-decoration: none;}
