﻿body
{
	background-color:black;
}

h1
{
	color:#005FBF;
	background-color:#0F0F0F;
	border-left: 0.2em solid #004F9F;
	padding-left: 0.3em;
	margin-top: 24px;
	margin-bottom: 8px;
	font: 2.5em Impact,sans-serif;
}

h2
{
	color:#005FBF;
	background-color:#0F0F0F;
	border-left: 0.2em solid #003F7F;
	padding-left: 0.3em;
	margin-top: 24px;
	margin-bottom: 8px;
	font: 1.5em Impact,sans-serif;
}

h3
{
	color:#005FBF;
	background-color:#0F0F0F;
	border-left: 0.2em solid #002F5F;
	padding-left: 0.3em;
	margin-top: 24px;
	margin-bottom: 8px;
	font: 1.25em Impact,sans-serif;
}

h4
{
	color:#005FBF;
	background-color:#0F0F0F;
	border-left: 0.2em solid #001F3F;
	padding-left: 0.3em;
	margin-top: 24px;
	margin-bottom: 8px;
	font: 1.0em Impact,sans-serif;
}

p
{
	color:white;
	margin-top: 12px;
	margin-bottom: 8px;
}

ul
{
	margin-top: auto;
	margin-bottom: auto;
}

li
{
	color:white;
}

ul li
{	
	list-style: none;
}

ul li:before
{
	content: '';
	background-color: #005FBF;
	display: inline-block;
	position: relative;
	left: -10px;
	top: -2px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
}

ul li ul li:before
{
	background-color:#004F9F;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}

ul li ul li ul li:before
{
	background-color:#003F7F;
	width: 4px;
	height: 4px;
	border-radius: 2px;
}

table
{
	border-collapse:collapse;
	border:3px solid #005FBF;
}

th
{
	border:2px solid #005FBF;
	color:white;
	background-color:#000F3F;
	padding:4px;
}

td
{
	border:2px solid #005FBF;
	color:white;
	padding:4px;
}

pre
{
	color:white;
}

blockquote
{
	color:white;
	margin-top: 12px;
	margin-bottom: 8px;
	border-left: 4px;
	border-color:#333333;
}

a:link 
{
	color:#007FFF;
}

a:visited
{
	color:#003FFF;
}

a:hover
{
	color:#FFFF00;
}

a:active
{
	color:#FFFFFF;
}