TABLE {
	font-size : 110%;
	color : #663366;
}
UL, UL.larger {
	font-size : 150%;
	color : #663366;
	font-weight : bold;
}
P  {
	color : #663366;
	font-size : 100%;
	font-weight : normal;
}

H1  {
	font-size : large;
	color : #663366;
	font-weight : bold;
	text-align : center;
	font-style : italic;
}

H2  {
	font-size : medium;
	font-weight : bold;
	color : #663366;
}

H3  {
	color : #663366;
	font-size : small;
	font-weight : bold;
}

A  {
	font-size : 100%;
	color : #753C5D;
	font-weight : bold;
}

A:Visited  {
	font-size : 100%;
	color : #753C5D;
	font-weight : bold;
}

A:Active  {
	font-size : 100%;
	color : #7A1B45;
	font-weight : bold;
}

A:Hover  {
	font-size : 100%;
	color : Green;
	font-weight : bold;
}

BODY  {
	font-size : 100%;
	color : #7A1B45;
}

p.small  {
	font-size : xx-small;
}

a.small  {
	font-size : xx-small;
	color : #7A1B45;
}

