.norm {
	font-family : Arial;
	font-size : smaller;
}

.reduced {
	font-family : Arial;
	font-size : small;
}

.header {
	font-family : Arial;
	color : NAVY;
	font-size : medium;
	font-weight : bold;
	font-style : italic;
}

.home {
	background-color : 003333;
}

.instruction {
	color : 008000;
	font-weight : bold;
	font-family : Arial;
}

.disable {
	cursor : default;
	}

P  {font-family : Arial;}

Strong  {
	font-weight : bold;
	font-family : Arial;
	font-size : larger;
}

H1  {}

H2  {}

H3  {}

A href  {color : Blue; text-decoration : none;}

A:Visited  {color : Navy; text-decoration : none;}

A:Active  {}

A:Hover  {color : Green; text-decoration : none;}


A.White {color : white; text-decoration : none;}

A.White:Visited  {color : white; text-decoration : none;}

A.White:Active  {color : red; text-decoration : none;}

A.White:Hover  {color : Yellow; text-decoration : none;}

P  {
	font-family : Arial;
}

BODY  {
	font-family : Arial;
	background-color : FFFFFF;
}

OL  {
	font-family : Arial;
	list-style-position : outside;
}

UL.norm  {
	font-family : Arial;
	list-style-position : outside;
}

UL { 
	font-family : Arial;
	list-style-position : outside;
	list-style-image: url(./images/yellowbullet.gif) 
}

LI  {
	font-family : Arial;
}


B  {
	font-weight : bold;
	font-family : Arial;
}


