P  {
	font-family : Arial;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-weight : bold;
	font-style : italic;
	font-family : Arial;
}

A:Visited  {
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
	font-family : Arial;
}

A:Active  {
	text-decoration : none;
	font-weight : bold;
	font-family : Arial;
	font-style : italic;
}

A:Hover  {
	font-style : italic;
	font-weight : bold;
	text-decoration : underline;
	font-family : Arial;
}

BODY  {}

B  {
	font-family : Arial;
	color : 330066;
	font-weight : bold;
}

#intro  {
	font-weight : bold;
	font-family : Arial;
	color : 990033;
	font-style : italic;
}


