.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100pt;
	margin-left: 0;
	margin-right: 10%;
	font-weight: bold;
	text-align: center;
}

.address {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

.content {
	position: absolute;
	top: 0pt;
	left: 110pt;
	margin-right: 10%;
}

BODY, P, LI, UL, OL, TH, TD 	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	color: #000000;
}

H1, H2, H3, H4, H5, H6, TH {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	color: #990033;
}

BODY {
	width: 100%;
	background-color: white; 
}

ADDRESS {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: smaller;
	color: #000000
}

PRE {
	font-family: "Courier New", Courier, fixed;
}

A:link, A:active, A:visited {
	text-decoration: underline;
	color: #990033;
}

.small 	{
	font-size: smaller;
}

.right  {
	text-align: right;
}

.quote	{
	font-size: larger;
	font-style: italic;
	margin-left: 10%;
	margin-right:10%;
}

.squote	{
	font-style: italic;
	margin-left: 10%;
	margin-right:10%;
}

.attrib	{
	font-style: italic;
	margin-left: 40%;
	text-align: right;
}

.nms {
	font-size: 125%;
	font-style: italic;
	color: #330099;
}

.menu a {
	color: #330099;
	padding: 5px;
	margin: 5px 0;
	display: block;
	text-decoration: none;
	background-color: #ccccff;
}

.menu a:hover {
	color: #ccccff;
	background-color: #330099;
}

.menu p {
	color: #330099;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #ccccff;
}

