body	{ margin: 0; background: #fc9; }

.page
{
	background: #ffe;
	font-weight: bold;
	font-size: 14pt;
	color: #009;
	text-align: center;
	border-bottom: 3px #fc9 double;
}

.header
{
	background: #ffe;
	font-weight: bold;
	font-size: 24pt;
	color: #009;
	text-align: center;
	border-bottom: 3px #fc9 double;
	z-index: 2;
}


.nav
{
	width: 120px;
	background: #ccf;
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 3px;
	border: outset 2px #ccf;
}

.nav a:visited
{
	color: blue;
}

.nav a:hover
{
	background: #06c;
	color: white;
	border: inset 2px #ccf;
}

.smaller
{
	font-size: smaller;
}

dl
{
	line-height: 120%;
}

dl.navb
{
	background: #ccf;
	position: fixed;
	width: 120px;
	top: 100px;
	right: auto;
	bottom: auto;
	left: 0px;
}

.mleft	{ margin-left: 20px }

p	{ margin-left: 20px }

.redspan	{ color: red }

img	{ border: 3px #fc9 inset }

h1, h2, h3, h4	{ margin-left: 10px; }

.rate	{ border: #9cf inset }

.display
{
	border-color: #ccc;
	border-width: 5px;
	border-style: inset;
}

.specials
{
	background-color: #cc9;
	color: #006;
}

.dropcap
{
	color: black;
	font-size: 2em;
	float: left;
}

.double
{
	color: #009;
	font-size: 150%;
}

.main td { padding-right: 1em }
