/* CSS Document */

.l1 {
    font-family: Arial Black;
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;

	}
.l1 a:link{
    font-family: Arial Black;
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:visited{
    font-family: Arial Black;
	font-size: 16px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:hover{
    font-family: Arial Black;
	font-size: 16px;
	font-weight: normal;
	color:  red;
	text-decoration : underline; 
	}
.l2 {
    font-family: Arial Black;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.l2 a:link{
    font-family: Arial Black;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:visited{
    font-family: Arial Black;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:hover{
    font-family: Arial Black;
	font-size: 16px;
	font-weight: bold;
	color:  red;
	text-decoration : underline; 
	}



