/*
medium blue: #3b6ad5
white: #edf5f4
dark gray: #2a3032
medium gray: #686c6c
light blue-gray: #a4a7c2
orange: #ee6f00
*/
html
{	background: black;
}

body
{	background: black;
	color: #edf5f4;
	margin: 20px 20px 20px 20px;
	font-family: sans-serif;
	font-size: 11pt;
}

h1
{	color: aqua;
	font-size: 16pt;
	font-weight: normal;
	font-family: sans-serif;
	font-style: italic;
}

h2
{	color: aqua;
	font-size: 14pt;
	font-weight: normal;
	font-family: sans-serif;
	font-style: italic;
}

p
{	font-size: 12pt;
	font-family: sans-serif;
}

.desc
{	font-size: 12pt;
	font-family: sans-serif;
}

a:link, a:visited
{	color: #a4a7c2;
	text-decoration:underline;
}

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

.borderOn
{	border: 1px dashed #372c2c;
}

.borderOff
{	border: 1px solid black;
}

.black
{	color: black;
}

.white
{	color: white;
}

.hidden
{	visibility: hidden;
}

.shown
{	visibility: visible;
}