H1  {
	font-size : 18pt;
	font-family : arial;
	font-weight : bold;
	color : green;
	border-top-width : thin;
	border-bottom-width : thin;
	border-top-style : solid;
	border-bottom-style : solid;
	border-color : blue;
	width : 450;
}

H2  {
	color : Green;
	font-size : 16pt;
	font-weight : bold;
	font-style : italic;
}

H3  {}

A.nav  {
	text-decoration : none;
	font-family : Arial;
	font-weight : bold;
	color : Purple;
}

A.nav:Hover  {
	color : Blue;
}

BODY  {
	font-family : Arial;
	background-image : url("images/watermark.gif");
	background-color:#ffffcc;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

p.photo  {
	border-width : thin;
	border-style : solid;
	width : 450;
	background-color : Black;
	color : White;
}

img.photo  {
	width : 450;
}

p.event  {
	border-width : thin;
	border-style : double;
	width : 450;
	padding : 10;
	background-color : White;
}

td.heading  {
	font-weight : bold;
	font-size:12pt;
	vertical-align:top;
}

p.recording  {
	width : 450;
	font-size:10pt;
}

A  {
	color : Purple;
}

p.bio  {
	width : 500;
	text-align : left;
}

