body {
	background: #000;
	color: #fff;
	font: 14px/17px "Times New Roman", Times, serif;
	text-align: left;
}

h1 {
	font-size: 18px;
}

h2, h3 {
	font-size: 16px;
}

h3 {
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

ul {
	list-style-type: none;
}

li a {
	color: #e8e7fe;
	text-decoration: none;
}

li a:hover {
	color: #d52020;
	text-decoration: underline;
}

li a:active {
	color: #3a72af;
}

.selected, .selected a {
	color: #d52020;
}

