.cmh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #333333;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #333333;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #333333;
}

a:visited, a:link, a:active {
	color:blue;
	text-decoration : none;
}
a:hover  {
	color:blue;
	text-decoration : underline;
}



a.menu:visited, a.menu:link, a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	color : #616161;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
}

a.menu:hover  {
	color: #000000;
	text-decoration : underline;
}


.menu { 
	font-family: Arial, Helvetica, sans-serif;
	color : #616161;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
 } 


