body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

h1, h2, h3, h4, h5, h6 {

}

p {
	text-indent: 1em;
}
.noIndent {
	margin-left: 1em;
}
.dropCap {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;

}
.footer {
	font-size: 10px;
	text-align: center;
}
.quoteTitle {
	text-align: right;
	font-size: 80%;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

.button{
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*width: 100px; too small for some translations*/
}