<!--
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #555;
	}
body #main_container {
	width:720px;
	margin-right:auto;
	margin-left:auto;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #4a2885;
	outline: none;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:  #4a2885;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:  #ef9c00;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	color:  #4a2885;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	}
ul li  {
	list-style-position: inside;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Courier New", Courier, monospace;
	}
h2 {
	text-align: center;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 6px;
	color: #4a2885;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.caption {
	margin-top: 0;
	}
	
#header {
	text-align: center;
	color: #d7d7d7;
	width: 720px;
	background: #121212;
	border: 3px solid #ececec;
	}
#header h1 {
	font-size: 32px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Courier New", Courier, monospace;
	}
#topcontent {
	width: 720px;
	margin: 8px;
	background-color: #ffffff;
	color: #555555;
	}
#writing  {
	width: 720px;
	}
#writing h2  {
	text-align: right;
	border-top: 2px solid black;
	border-right: 4px solid #555;
	width: 710px;
	font-size: 1.8em;
	background-color: #d7d7d7;
	letter-spacing: 0.8em;
	font-family: "Courier New", Courier, monospace;
	}
#writing table tr td ul li  {
	text-align: right;
	margin-bottom: 8px;
	}
#writing table tr td   {
	text-align: center;
	}
#writing p, h4  {
	margin-left: 12px;
	}
#photo  {
	width: 720px;
	}
#photo h2  {
	text-align: left;
	font-size: 1.2em;
	border-top: 2px solid black;
	border-left: 4px solid #555;
	margin-bottom: 0px;
	width: 710px;
	background-color: #d7d7d7;
	color: #990033;
    font-style: italic;
	}
#photo table tr td p  {
	text-align: center;
	}
div table tr td p.rlmargin  {
	margin-right: 72px;
	margin-left: 72px;
	}
#music  {
	width: 720px;
	}
#music h2  {
	text-align: right;
	font-size: 1.2em;
	border-top: 2px solid black;
	border-right: 4px solid #555;
	margin-bottom: 0px;
	width: 710px;
	background-color: #d7d7d7;
	}
#music table tr td p  {
	text-align: center;
	}
#acting  {
	width: 720px;
	}
#acting h2  {
	text-align: left;
	font-size: 1.2em;
	border-top: 2px solid black;
	border-left: 4px solid #555;
	margin-bottom: 0px;
	width: 710px;
	background-color: #d7d7d7;
	color: #990033;
    font-style: italic;
	}
#acting table tr td p  {
	text-align: center;
	}

#footer {
	text-align: center;
	width: 720px;
	color: #d7d7d7;
	background-color: #121212;
	border: 3px solid #ececec;
	}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
#footer a:visited {
	color:  #ccc;
	}
#footer a:active {
	color:  #ccc;
	}
#footer a:hover {
	color: #fffab2;
	text-decoration: underline;
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: white; 
	}
div table tr td p.label {
	font-size: 9px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	}
