/* Black Style Sheet - (c) 2010 Brian D Steel - 20 Apr 01 / 25 Jun 10 */

body
{
	font-family: verdana, arial, helvetica, sans-serif ;
	font-size: 8px ;
	background: #000000 ;
	color: #000000 ;
}

a
{
	text-decoration: none ;
	color: #0000ff ;
}

a:hover
{
	text-decoration: underline ;
}

h1
{
	font-size: 20px ;
	color: #00ffff ;
}

h2
{
	font-size: 18px ;
	color: #00ffff ;
}

h3
{
	font-size: 16px ;
	color: #00ffff ;
}

code, pre
{
	font-family: courier new, monospace ;
	color: #00ffff ;
}

p, td
{
	font-size: 14px ;
	color: #00ffff ;
}

.input
{
	background: #000000 ;
	color: #ffff00 ;
	border: #0000ff 1 solid ;
}

