
H1 {
  font-family: arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #000080;
}

H2 {
  font-family: arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: maroon;
}

H3 {
  font-family: arial, sans-serif;
  font-size: 16pt;
  color: blue;
}

H4 {
  font-family: arial; sans-serif;
  font-size: 13pt;
  font-weight: bold;
  color: #0000f0;
}

H5 {
  font-size: 12pt;
  font-family: arial, sans-serif;
  font-style: italic;
  color: blue;
}

H6 {
  font-size: 10pt;
  font-weight: bold;
  font-family: arial, sans-serif;
  text-indent: 0pt;
  color: navy;
}

P {
  font-family: arial; sans-serif;
  font-size: 12pt;
}

UL {
  font-family: arial; sans-serif;
  font-size: 10pt;
}

OL {
  font-family: arial; sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10pt;
}

A.menu:link, A.menu:active
	{
  	font-family	: 	arial; sans-serif;
  	font-size	: 	13pt;
	font-weight	: 	bold;
	text-decoration	:	none;
	color		:	#00DDFF;
	background	:	transparent;
	}
A.menu:visited 
	{
  	font-family	: 	arial; sans-serif;
  	font-size	: 	13pt;
	font-weight	: 	bold;
   	text-decoration	:	none; 
   	color		:	#00DDFF; 
  	background	:	transparent; 
	}		
A.menu:hover 
	{ 
  	font-family	: 	arial; sans-serif;
  	font-size	: 	13pt;
	font-weight	: 	bold;
   	text-decoration	:	none; 
	color		:	#FFFF00;
	background	:	transparent;
	}

A.menu2:link, A.menu2:active
	{
  	font-family	: 	arial; sans-serif;
  	font-size	: 	10pt;
	font-weight	: 	normal;
	text-decoration	:	none;
	color		:	#FFFF00;
	background	:	transparent;
	}
A.menu2:visited 
	{
  	font-family	: 	arial; sans-serif;
  	font-size	: 	10pt;
	font-weight	: 	normal;
   	text-decoration	:	none; 
   	color		:	#FFFF00; 
  	background	:	transparent; 
	}		
A.menu2:hover 
	{ 
  	font-family	: 	arial; sans-serif;
  	font-size	: 	10pt;
	font-weight	: 	bold;
   	text-decoration	:	underline; 
	color		:	#FFFF00;
	background	:	#transparent;
	}

A.menu3:link, A.menu3:active
	{
	text-decoration	:	none;
	color		:	#FFFFFF;
	background	:	transparent;
	}
A.menu3:visited 
	{
   	text-decoration	:	none; 
   	color		:	#FFFFFF; 
  	background	:	transparent; 
	}		
A.menu3:hover 
	{ 
   	text-decoration	:	underline; 
	color		:	#FFFFFF;
	background	:	#transparent;
	}


