body {
	background-color: #B6B88D;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:36px;
	font-family: Arial, Helvetica, sans-serif;
}
#Content {
	width:700px;
	margin:0px auto;
	text-align: left;
	padding:25px;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}
#PictureGridPage {
	width:1000px;
	padding:15px;
	margin:0px auto;
	text-align: left;
	background-color:#ffffff;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:right top;
	border: thin solid #999999;
}
.navBar {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: blue;
}
.navBar a:link {
	color: blue;
	text-decoration: none
}
.navBar a:visited {
	color: blue;
	text-decoration: none
}
.navBar a:hover {
	color: green;
	text-decoration: underline
}
.bigEmphasis {
	font-size:18px;
	font-weight: bold;
}
.questionEmphasis {
	font-size:16px;
	font-weight: bold;
}
.newItem {
	color: #FF0000;
}
a:link {
}
a:visited {
}
a:hover {
	color: green;
}
a:active {
}
