* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0 0 2em 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	line-height: 1.6em;
	color: black;
	background: #ffffe7 url(opus111.png) fixed center repeat-y;
}
#page {
	margin: 0 5%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre {
	margin: 1em 0;
}
table {
	margin: 0.4em 0;
	border-collapse: separate;
	border: 1px dotted gray;
	empty-cells: show;
}
th, td {
	border: 1px dotted gray;
	padding: 2px;
}
td {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, th, strong {
	font-size: 100%;
	font-weight: bold;
}
em, cite {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: white;
	background: #761212;
	padding: 4px 8px;
	clear: both; 
}
h2, h3, h4, h5, h6 {
	color: white;
	background: gray;
}
#header {
	margin: 0;
	padding: 16px 0;
	font-size: 200%;
	text-align: center;
	color: white;
	background: #761212;
}
p.standout {
	font-weight: bold;
	border-top: dotted 1px;
	padding-top: 4px;
}
ol, ul {
	margin-top: 0; padding-top: 0;
	margin-left: 1.2em; padding-left: 0;
/*	list-style-image: url(quavers.png); */
/*	list-style-position: inside; */
/*	list-style: circle; */
}
#menu1, #menu2 {
	list-style: none;
	text-align: center;
	margin: 2px 0;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	color: white;
	background: gray;
}
#menu1 li, #menu2 li {
	display: inline;
	margin-left: 0;
}
.here {
	text-decoration: underline;
}
a:link, a:visited, a:hover, a:active {
	color: #761212;
	background-color: transparent;
}
#menu1 a:link, #menu1 a:visited, #menu1 a:hover, #menu1 a:active, #menu2 a:link, #menu2 a:visited, #menu2 a:hover, #menu2 a:active {
	color: white;
	text-decoration: none;
}
#menu1 a:hover, #menu2 a:hover {
	color: gray;
	background: white;
}
.pagenote {
	color: #761212; text-align: right;
}
.access3 {
	background: white;
}
.int1 {
	background: #ccffff;
}
.int2 {
	background: #ccffcc;
}
.higher {
	background: #ffcccc;
}
.advhigher {
	background: #99ffff;
}
.dynamic {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
}
.rules {
	margin-left: 2em;
	font-style: italic;
}
img {
	border: 0;
}
.left, .right {
	color: #761212;
	text-align: center;
	font-size: smaller;
}
.left p, .right p {
	border: 1px dotted;
	background: white;
	margin: 0 0 4px 0;
}
.left {
	float: left;
	margin: 0 20px 16px 0;
}
.right {
	float: right;
	margin: 0 0 16px 12px;
} 
