P  {}

H1  {
	font-size : x-large;
	color : #000066;
	font-weight : bold;
	font-style : normal;
}

H2  {
	font-size : large;
	color : Brown;
	font-weight : bold;
	font-style : normal;
}

H3  {
	color : Brown;
	font-size : medium;
}

A:Link, A:Visited, A:Active {
	color : #000066;
	font-style : normal;
	text-decoration : none;
}

A:Hover  {
	color : #000099;
	font-weight : bold;
}

BODY  {
	background-color : White;
}

.bar  {
	text-decoration : none;
	font-size : smaller;
}

.no-u  {
	text-decoration : none;
}

.larger  {
	font-size : larger;
	color : Purple;
	text-decoration : none;
}

.larger-u  {
	font-size : larger;
	color : Purple;
	text-decoration : underline;
}

.smaller  {
	font-size : smaller;
	color : Purple;
	text-decoration : none;
}

.small  {
	font-size : small;
}

.u  {
	text-decoration : underline;
}

.bld  {
	color : #999999;
}

