P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : #800000;
	font-weight : bold;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	margin-left : 2;
	margin-right : 2;
	margin-top : 2;
	margin-bottom : 2;
}

.small  {
	font-size : 12px;
	font-family : Arial;
}

.medium  {
	font-size : 16px;
	font-family : Arial;
}

.large  {
	font-size : 24px;
	font-family : Arial;
}

.xlarge  {
	font-size : 36px;
	font-family : Arial;
}

.xsmall  {
	font-size : 9px;
	font-family : Arial;
}

.menuheader  {
	color : #0000CC;
	background-color : #CCCCCC;
}

.submenuheader  {
	color : #008000;
}

.text  {
	font-size : 12px;
	font-family : Arial;
}

.textheader  {
	text-decoration : underline;
	font-weight : bold;
	font-size : 15px;
	font-family : Arial;
	text-transform : capitalize;
}

.textemp  {
	font-weight : bold;
	color : #0000FF;
}

