P  {}

H1  {
	font-size : xx-large;
	font-weight : bold;
	font-style : italic;
}

H2  {
	font-style : italic;
	font-weight : bold;
	font-size : x-large;
}

H3  {}

A  {
	color : #0000FF;
	font-weight : normal;
}

A:Visited  {
	font-weight : normal;
}

A:Active  {
	font-weight : normal;
}

A:Hover  {
	color : Red;
	font-weight : normal;
}

BODY  {
	color : #333366;
}

HR  {
	color : #333366;
}

STRONG  {
	font-size : medium;
	font-weight : bold;
}

