BODY {
	background: Black;
	color : white;
	font-family : "Lucida Console";
	font-size: 10pt;
	text-align: justify;
	scrollbar-3dlight-color : Black;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}

h1{
	font-size : 72pt;
	font-variant : small-caps;
	text-align : center;
	vertical-align : middle;
}

.line{
	width : 50%;
	text-align : center;
}

.Title {
	font : normal small-caps 16pt;
	color : Lime;
}

A {
	text-decoration: none;
	color: Silver;
}

A:Hover, A:Focus {
	text-decoration: none;
	color: Red;
}

A:Visited {
	color : Blue;
	text-decoration : none;
}

.code  {
	font-size :8pt;
	background : Silver;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

pre {
	font-family : "Lucida Console";
}

.centre{
	text-align : center;
}