/* CSS Document */

p {
	margin-bottom: 0.5em;
	margin-top: .5em;
}
h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1em;
}
h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1em;
}
h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
ul {
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	line-height: 1.2em;
}
ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 3em;
	padding-right: 3em;
	line-height: 1.2em;
}
a:link {
	color: #660000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
body {
	color: #000000;
	background-color: #FFFFFF;
}
