body
{
	color: yellow;
	background: black;
	font-family: monospace;
}
h1
{
	font-size: 1em;
}
h2
{
	font-size: 1em;
}
img
{
	float: left;
}
#main
{
/*	width: 60%;*/
	height: 100%;
	border: blue solid;
	border-width: 0 0 1em 0;
}

#pagetitle
{
	width:100%;
	background: blue;
	
}

#intro
{
	color: #00BBBB;
}
#menu
{
	background: none;
	border: blue solid;
	border-width: 0 0 1em 0;
}
#menu ul
{ 
	list-style-type: decimal; 
}
.element
{
	background: none;

}
.element h2
{
	background: none;
	color: #55FFFF;
}
.element p
{
	background: none;
}

