body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFDD;
	width: 1000px;
}
p {
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}
.OceH1 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.OceCmdQuote {
	font-family: "Courier New", Courier, monospace;
	color: #000099;
	font-size: small;
}
blockquote {
	color: #000099;
	background-color: #FFFFBB;
}
h1 {
	font-size: x-large;
	color: #EE4400;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: medium;
}

