H1  {
	font-family : 'Berlin Sans FB', 'Times New Roman';
	font-weight : bold;
	color : #99cccc;
}

H2  {
	font-family : 'Berlin Sans FB', 'Times New Roman';
	font-weight : bold;
	color : #99cccc;
}

H3  {
	font-family : 'Berlin Sans FB', 'Times New Roman';
	font-weight : bold;
	color : #99cccc;
}

P  {margin-left: 10px;
	margin-right: 10px;
	align: left;
	font-size: 15;
	font-family: 'Berlin Sans FB', 'Times New Roman';
	color: #FFFF00;
	font-weight: normal;}	

A  {
	color: #996699;
	font-weight: bold;
	font-size: 14;
}
A:link {
	color: #996699;
	font-weight: bold;
	font-size: 14;
}
A:Hover{
	color: #99ff00;
	font-weight: bold;
	font-size: 14;
}
A:Visited  {
	color: #ff9933;
	font-weight: bold;
	font-size: 14;
}
BODY  {
	background-color : Black;
	text: #ffff00;
	link: #996699;
	vlink: #ff9933;
}