body,td,th {
	font-family: Comic Sans MS;
	font-size: 12px;}

body {
	background-color: #FFFFFF /*white*/;
	background-image: url(grassbgsmall.jpg);
	}

.style1 {
	font-size: 50px;
	font-weight: bold;
	color: #000000 /*dark green*/;
/*Headline Font, bold and big*/
}

.style2 {font-size: 14px;
	font-weight:bold}

.style3 {font-size: 18px;
	font:bold}

.style4 {font-size: 16px;
	color: #663399 /*pinky*/;
	
	}
.style5 {font-size: 16px;
	color: #006189 /*sky blue dark with green tint*/;
	font-family: Comic Sans MS;
	font:bold}

.style6 {font-size: 12px;
	color: #00FFFF /*aqua*/}

.style7 {font-size: 30px;
	color: #663399 /*pinky*/;
	font:bold}

.style8 {font-size: 16px;
	color: #445522;
	font:bold}

.button {font-size: 30px;
	font:bold;
	color:#FFFFFF}

.navigation {background-image: url(grassbgsmall.jpg);
	font-size: 30px;
	color: #663399;
	}

.photographyheader {background-image: url(grassbgsmall.jpg);
	font-size:20px;
	color: dark blue;
	font-family: Comic Sans MS;
	font:bold}

.navigationheader {font-size: 60px;
	font-weight: bold;
	color: #005e5a /*dark green*/;
	}

.originbody {font-size: 20px;
	font-weight: bold;
	color: #005e5a /*dark green*/;
	}
.originheader {font-size: 30px;
	font-weight: bold;
	color: #005e5a /*dark green*/;
	}

a:link {
	color: #4a2885 /*dark blue with purple tint*/
}
a:visited {
	color: #990050 /*purple*/
}
a:hover {
	color: #044476 /*dark sky blue */;
	background-color: #fdfdda /*canary*/
}
a:active {
	color: #006a25 /*green*/
}
a{
text-decoration: none
}


