hr.colorhr { color:#0064ff; }
body {
	background-color:#000000;
	color:#aaffff;
	font-family:Arial,Helvetica,sansserif;
	max-width:800px
     }

a {
	font-weight:bold;
}

a:link 	{
	color:#00ccff;
}

a:visited {
	color:#00ffcc;
}

a:hover {
	color:#ffff11;
	text-decoration:underline;
	background:#ff3322;
}

h1 	{
	font-family:Arial,Helvetica;
	font-weight:bold;
	color:#99eeee;
}

h2	{
	font-family:Arial,Helvetica;
	font-weight:bold;
	color:#bbeeff;
}

h3	{
	font-family:Arial,Helvetica;
	font-weight:bold;
	color:#bbddff;
}

li {
	border-width:0px;
	border-style:dotted;
	border-color:#444444;
	padding:1mm;
	text-align:justify;
}

ul	{
	list-style-type:disc;
	color:#aaffff;
}

ul ul	{
	list-style-type:circle;
}

ul ul ul {
	list-style-type:square;
}

div.authorInfo {
	font-style:italic;
	text-align:left;
}

.ghost {
	font-style:italic;
	font-weight:bold;
}

.news {
	border-width:3px;
	border-style:dotted;
	border-color:#444444;
	padding:3mm;
	text-align:justify;
	list-style-type:none
}

