P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

.xxlargeblue  {
	font-size : xx-large;
	font-weight : bold;
	color : Blue;
}

.xlargepurple  {
	font-size : x-large;
	font-weight : bold;
	color : Purple;
}

.largemaroon  {
	font-size : large;
	font-weight : bold;
	color : Maroon;
	text-indent : 25;
}

.madiumboldnavy  {
	font-weight : bold;
	font-size : medium;
	color : Navy;
}

.mediumitalicnavy  {
	font-size : medium;
	font-style : italic;
	color : Navy;
}

.largeitalicwhitenavy  {
	font-size : large;
	font-weight : bold;
	color : White;
	background-color : Navy;
}

.boldmediumnavy  {
	font-size : medium;
	font-weight : bold;
	color : Navy;
	text-indent : 75;
}

.mediumnavy  {
	font-size : medium;
	font-weight : normal;
	color : Navy;
}

.smallbluewhitebold  {
	font-size : small;
	font-weight : bold;
	color : Blue;
	background-color : White;
}

.mediumitalicboldnavy  {
	font-size : medium;
	font-weight : bold;
	font-style : italic;
	color : Navy;
}

.green-med-bold  {
	font-size : medium;
	color : Green;
	font-weight : bold;
}

.purple-med-bold  {
	font-weight : bold;
	font-size : medium;
	color : Purple;
}

.mediumboldnavy  {
	font-size : medium;
	font-weight : bold;
	color : Navy;
}

.tablebackground  {
	background-color : White;
}

.superscript {
	font-size : xx-small;
	vertical-align : super;
}
