/* CSS Document */

.lmap {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFF99;

	text-decoration: none;

	font-weight: bold;



}

.lmap:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFF00;

	text-decoration: underline;

	font-weight: bold;

}

.bmark {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FF0000;

	text-decoration: none;

	font-weight: bold;



}

.bmark:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

	text-decoration: underline;

	font-weight: bold;

}
