@charset "ISO-8859-1";

@import url(navbar.css);  

body 
{ 
	background-color: #000000;
	color: #6633ff;
}

h1
{
	background-color: transparent;
	color: #ffff00;
	text-align: center;
} 

h2
{
	color: #ffcc33;
}

a
{
	color: #0099cc;
}

p 
{
	background-color: transparent;
	color: #66cc33;	
}

.date
{
	color: #99ffff;
}

.top
{
	background-color: #999999;
	height: 1.4em;
}

.image
{
	text-align: center;
}

.code
{
	background-color: #525252;
	font-family: monospace;
	color: #E8E8E8 
}
table
{
	width: 50%;
	color: #66ccff;
}
