body {
	font-family: serif;
	padding: 5px;
	margin: 5px;
	text-align: left;
	background-color: white;
	color: black;
	font-size: 16pt;
}

.oppnav {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.oppnav a:link {
	color: #4A4A4A;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.oppnav a:active {
	color: #4A4A4A;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}
.oppnav a:visited {
	color: #4A4A4A;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.oppnav a:hover {
	color: #4A4A4A;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
}

.genre {
	display: none;
	width: 101%;
	height: 101%;
	position: fixed;
	top: -1px;
	left: -1px;
	background: url(grey.png);
}

.critique {
	display: none;
	width: 101%;
	height: 101%;
	position: fixed;
	top: -1px;
	left: -1px;
	background: url(grey.png);
}

.pageframe {
	margin-left: -375px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	left: 50%;
	top: 0px;
	border-width: 0px;
	padding: 0px;
	width: 750px;
}

a:link {
	color: 000099;
}

a:visited {
	color: 000099;
}

h1 {
	font-family: sans-serif;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #000099;
}

h2 {
	font-family: sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: #000099;
}

h3 {
	font-family: sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #000099;
}

a:link {
	color: 000099;
}

a:visited {
	color: 000099;
}

p {
	margin-top: 2px;
	font-family: serif;
	font-size: 16pt;
}

p.tight {
	margin-bottom: 2px;
	margin-top: 2px;
	font-family: serif;
	font-size: 16pt;
}

.hilighter {
	background-color: #FFFF00;
	color: black;
}

.blue {
	color: #000099;
}

.imagecaption {
	text-align: left;
	background-color: #FFFFFF;
	color: black;
	font-size: 10pt;
	font-family: sans-serif;
	padding: 10px;
}

.imagecaption2 {
	text-align: center;
	background-color: #FFFFFF;
	color: black;
	font-size: 12pt;
	font-family: sans-serif;
	padding: 10px;
}

ul {
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.bluebox {
	margin: 20px;
	padding: 20px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: #dbe9f6;
}

select {
	font-size: 18pt;
}


