P {
	font-family : bradley hand itc;
	color : White;
	font-size : 16pt;
	text-align : center;
	margin-left : 25px;
	margin-right : 25px;
	margin-bottom : 25px;
	margin-top : 25px;
}

BODY {
	background-color : Black;
}

A {
	color : #ccoooo;

}

A:LINK {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

A:VISITED {
	color : #FF9933;
	text-decoration : none;


}

A:Active {
	color : #FFFFCC;
	text-decoration : none;
}