body {
	background-image: url(images/main/grass_tile.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
}
.main {
	background-attachment: scroll;
	background-image: url(images/main/roughpaper.jpg);
	background-repeat: repeat;
	border: medium double #999933;
}
.photoframe {
	border: 6px double #999933;
	margin: 10px;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #666600;
}
a:visited {
	color: #666633;
}
a:hover {
	color: #669900;
}
a:active {
	color: #99CC66;
}