a:link {
	color: #fdc04b;
	text-decoration:none;
}

a:visited {
	color: #f7a403;
	text-decoration:none;
}

a:active {
	color: #0000dd;
	text-decoration:none;
}


body {
	background-color: #000000;
	font-family: arial;
	font-size: 0.8em;
	color: #ffffff;
}

h1 {
	font-weight: bold;
	text-align: center;
	font-size: 2.5em;
	color: #ff0000;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #ff0000;
}

h3 {
	font-weight: bold;
	font-size: 1.9em;
	color: #ff0000;
}

h4 {
	font-weight: bold;
	font-size: 1.25em;
	color: #ffffff;
}


p {
	font-size: 1.25em;
	color: #ffffff;
}

ul {
	font-size: 1.25em;
	color: #ffffff;
}

td.sv {
	width: 70%;
}

td.sh {
	width: 30%;
	text-align: right;
}