/*

Note: this style sheet does *not* validate. This is because the W3C validator is not aware of RGBA colors, which are part of the CSS3 specification.

*/

body { background-color: black; text-align: left; vertical-align: middle;
	line-height: 1.7em;
	font-family: "Lucida Grande", sans-serif;
}
p, ol { color: #fff;
	margin-bottom: 10px;
}
hr {
	width: 100%;
	height: 0;
	margin: 20px 0;
	border-width: 0px 0;
	border-style: solid;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(255,255,255,0.1);
	border-top-width: 1px;
	border-bottom-width: 1px;
}
a {
	text-decoration: underline;
	color: #a9a9a9;
}
li {
	list-style-type: none;
	list-style-image: none;
}
.content { color: white; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: left; vertical-align: top; margin: 0 2px; padding: 0;
}

.notetitle {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.centertable { text-align: center; align: center; vertical-align: top;
	border-width: 0;
}


table { text-align: left; vertical-align: top;
	border-width: 0;
}
td { text-align: left; vertical-align: top; }

.subtitle {
	font-weight: bold;
}

.answer {
	font-style: italic;
}

.actors {
	color: #dcdcdc;
	margin-right: 5px;
	border-style: groove;
	padding: 5px;
}
