body {
	background-color: #fff8f0;
	scrollbar-base-color: #bb0000;
	scrollbar-face-color: #fff8f0;
	scrollbar-track-color: #bb0000;
	scrollbar-arrow-color: #bb0000;
	font-family: "Palatino linotype", "Garamond", "Times New Roman", "Times", serif;
}

div.container {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

td {
	min-width: 150px;
	vertical-align: top;
}

p.header {
	font-size: 120%;
	color: #bb0000;
}

p.title {
	font-size: 160%;
	color: #BB0000;
}

p.prompt {
	font-size: 110%;
	font-style: oblique;
	font-weight: normal;
	color: #BB0000;
	margin: 0px;
}

p.prompted {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

.rating {
	font-weight: bold;
	color: #BB0000;
}

.text {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

.quote {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}

.proposal {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
}

p.variant {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #BB0000;
}

a:link {
	color: #0000d0;
	text-decoration: none;
}
a:visited {
	color: #782018;
	text-decoration: none;
}
a:hover {
	color: #006000;
	text-decoration: underline overline;
}

