P  {
	color : Black;
}

H1  {}

H2  {}

H3  {}

A  {
	color : blue;
}

A:Visited  {
	color : Maroon;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	color : Red;
}

BODY  {
	background-color : Black;
}

#dpp  {
	font-size : 14;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	color : Blue;
}

#dpph  {
	font-size : 16;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	color : Red;
}

