/*	Because the background-position argument was not being handled properly,
	or at least not uniformly, by MSIE, Opera and Foxfire 1.5, all arguments
	for the background graphic were moved from the BODY, TD element into the
	new HTML element per W3C specification for CSS 2.1 revised June 13 2005.
	-djw
*/

html {
	background-image: url(../images/background.jpg);
	cursor: crosshair;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
blockquote {
	margin: 0px 0px 20px 20px;
}
.menu {
	color: #6060FF;
	font-weight:bold;
	font-variant:small-caps;
}
.menuitem {
	color: #6060FF;
	font-weight:bold;
	font-variant:small-caps;
}
.red {
	color:#FF0000;
}
.stagepink {
	color:#FC3370;
}
.rubyred {
	color:#990000;
}
.vert { 
writing-mode: tb-rl; 
}
a:link {
	color: #6060FF;
	text-decoration: none;
}
a:visited {
	color: #6060FF;
	text-decoration: none;
}
a:hover {
	color: #FF3370;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
TABLE   { border-collapse: collapse }
TR#row1 { border-top: 3px solid blue }
TR#row2 { border-top: 1px solid black }
TR#row3 { border-top: 1px solid black }
