a:link {
	color: #0000ff;
	background-color: transparent;
	}
a:visited {
	color: #333399;
	background-color: transparent;
	}
a:active {
	color: #6666cc;
	background-color: transparent;
	}
a:hover {
	color: #6666cc;
	background-color: transparent;
	}
body {
	background-color: #ffffff;
	color: #000000;
	margin: 0 5%;
	}
dd {
	margin-bottom: 1em;
	}
dt {
	font-weight: bold;
	font-size: 1.2em;
	}
em {
	font-style: italic;
	}
h1, h2, h3, h4 {
	text-align: center;
	}
h1, h2 {
	margin-top: .5em;
	text-align: right;
	}
p.legal {
	font-family: sans-serif;
	text-align: center;
	font-size: 0.6em;
	}
p.quote {
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
	}
strong {
	font-weight: bold;
	}