.comment
{
	font-style: oblique;
	font-size: 0.7em;
}

.header
{
	font-size: 0.9em;
	margin: 1%;
	padding: 1%;
}

.main
{
	border-top: #5555ff 0.2em groove;
	margin: 1%;
	padding: 3%;
}

.dir
{
	background-color: #123456;
	font-size: 0.9em;
	text-align: center;
	margin: 1%;
	padding: 1%;
}

.footer
{
	color: #777777;
	font-style: italic;
	font-size: 0.8em;
	border-top: #5555ff 0.2em groove;
	margin: 1%;
	padding: 1%;
}

.ref
{
	color: #cccccc;
	font-style: italic;
	font-size: 0.9em;
	margin: 2%;
	padding: 1%;
}

.date
{
	color: #777777;
	font-style: oblique;
	font-size: 0.8em;
}

.count
{
	color: #666666;
	font-size: 0.7em;
}

.CR
{
	color: #666699;
	font-style: oblique;
	font-size: 0.5em;
}

a:link
{
	color: #66ffee;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #88bbff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #80ffaa;
	font-weight: bold;
	text-decoration: bold underline;
}

a:active
{
	color: #3189ff;
	font-weight: bold;
	text-decoration: bold underline blink;
}

body
{
	color: #eeeeee;
	background-color: #000000;
	font-size: 12pt;
}

em
{
	color: #fe5910
}

h1
{
	font-size: 1.3em;
}
h2
{
	color: #ceff57;
	font-size: 1.3em;
	text-decoration: underline;
}
h3
{
	color: #ce57ff;
	font-size: 1.2em;
}

p
{
	margin: 0.5% 1% 1%;
}

dt
{
	background-color: #216543;
}

ul
{
	margin: 0.5% 1% 1%;
}

