body
{
	width: 720px;
	margin: 0 auto 0 auto;
	background-color: #CCC;
	font-family: sans-serif;
	font-size: 12pt;
	text-align: center;
}

p { font-size: 9pt; }

p#emph { font-size: 125%; }

p#error
{
	margin-top: 18pt;
	font-size: large;
	text-align: center;
}

p#error a { text-decoration: underline; }

a
{
	text-decoration: none;
	color: navy;
}

a:hover
{
	text-decoration: underline;
	color: blue;
}

a.live
{
	color: black;
	text-decoration: none;
}

a.live:hover
{
	color: blue;
	text-decoration: underline;
}

a.live:active { color: white; }

a.dead
{
	text-decoration: none;
	color: gray;
}

p#menu
{
	padding: 1px;
	margin: 0;
}

p.menu
{
	padding: 1px;
	margin: 0;
}

.menu p
{
	padding: 1px 6pt;
	margin: 0;
	text-indent: -6pt;
}

p#about
{
	margin: 0 0 6pt 0;
	padding: 0;
	color: navy;
	font-style: italic;
	font-size: 10pt;
	text-align: left;
}

p#gnotes
{
	width: 580px;
	color: navy;
	font-size: 10pt;
	text-align: left;
	margin: 1cm 0cm 1cm 0cm;
	border-color: #EEE;
	border-width: 6pt;
	border-style: solid;
	padding: 12pt;
}

p#gnotes big
{
	margin: 0 16pt 0 0;
	color: black;
	font-size: 16pt;
	font-weight: bolder;
	font-family: sans-serif;
}

code
{
	font-size: 9pt;
	font-family: monospace;
}

.warning
{
	margin: 2em;
	color: red;
}

/* home page styles */

table.home
{
	width: 720px;
	margin: 1cm;
}

table.home td
{
	padding: 0 0 1em 1cm;
	background-color: transparent;
}

table.home td#title { width: 300px; }

table.home td#title2
{
	width: 320px;
	font-size: 12pt;
	vertical-align: bottom;
	letter-spacing: 4pt;
}

table.home td#menu
{
	vertical-align: top;
	font-size: 9pt;
	padding: 0 0 0 1cm;
}

table.home td.menu
{
	vertical-align: top;
	font-size: 9pt;
	padding: 0 0 0 1cm;
}

table.home td#photo
{
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 322px;
	height: 210px;
}

table.home td#infoL
{
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	padding: 0 0 1cm 1cm;
	height: auto;
}

table.home td#infoR
{
	font-size: 9pt;
	text-align: right;
	vertical-align: top;
	padding: 6pt 0 0 0;
	height: auto;
}

table.menu
{
	margin: 0;
	padding: 0;
}

table.menu td
{
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	padding: 0 6pt;
	height: auto;
}

#infoR p
{
	padding: 0;
	margin: 2px;
}

table.home img#photo
{
	border-color: #EEE;
	border-width: 20px;
	border-style: solid;
}

