body, p, td {
	color: #222222; /* dark gray */
	bg-color: white;
}

.title {
	font-size: 300%;
	color: #990000;
	margin-left: 5pt;
}


.subtitle {
	font-size: 200%;
	color: black;
	margin-left: 5pt;
}

.subsubtitle {
	font-size: 150%;
	color: black;
	margin-left: 5pt;
}

.itemtitle {
	font-style: italic;
}

.artist {
	font-weight: bold;
}

.heading {
	font-size: 200%;
	color: #990000;
	font-weight: bold;
	margin-top: 40pt;
}

.subheading {
	font-size: 150%;
	color: #990000;
	font-weight: bold;
	margin-top: 10pt;
}

.subsubheading {
	font-size: 100%;
	color: #990000;
	font-weight: bold;
	margin-top: 5pt;
}


.minititle {
	font-size: 75%;
	color: black;
	margin-left: 5pt;
}

a.books,
a.music,
a.movies
 { 
	width: 32%;
	float: left;
	text-align: center;
	background-color: #990000;
	padding: 10pt 0pt 5pt 0pt;
	border-color: #990000 white #990000 white;
	border-style: solid;
	border-width: 1pt;
}

a.seealso {
	width: 49%;
	float: left;
	text-align: center;
	background-color: #990000;
	padding: 5pt 0pt 5pt 0pt;
	border-color: black;
	border-style: solid;
	border-width: 1pt;
}

body.books a.books,
body.music a.music,
body.movies a.movies
 { 
	width: 32;
	float: left;
	text-align: center;
	font-weight: bold;
	background-color: white;
	padding: 10pt 0pt 5pt 0pt;
	border-color: #990000 #990000 white #990000;
	border-style: solid;
	border-width: 1pt;
}


.tabbar {
	width: 100%;
}

.quotation {
	font-size: 80%;
	padding: 1em;
	text-align: center;
}

a { 
	color: black;
	text-decoration: underline;
}

li {
	margin: 1em 0 0 0;
	padding: 0;
}

.arttitle {
	font-style: italic;
}

.program {
	font-family: sans-serif;
	font-size: 85%;
}