P {
	font-family : Veranda, sans-serf;
	color : black;
	font-size : 14pt;
	text-align : left;
	margin-left : 25px;
	margin-right : 25px;
	margin-bottom : 25px;
	margin-top : 35px;
}

BODY {
	background-color : gray;
}

A {
	color : #000000;

}

A:LINK {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

A:VISITED {
	color : #FF9933;
	text-decoration : none;


}

A:Active {
	color : #FFFFCC;
	text-decoration : none;
}