
body	{
	background-image: url(outdoors.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat
	}

.heading1
	{
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	font-family: verdana;
	font-style: italic;
	}

.heading2
	{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;h
	font-style: italic;
	}


ul.navitems
	{
	list-style-type:none;
	margin:0;
	padding-left:10%;
	}

.style1 {
	text-align: center;
	}

a
 	{
	display:block;
	width: 90%;
	font-size: 14pt;
	font-weight: bold;
	font-family: monotype corsiva;
	}

a:link {}  
a:visited {} 

a:hover {text-decoration:underline;}

a:active
	{
	font-size: 16pt;
	}


