A {
    text-decoration: none;
    color: green;
    font-size: 11;
    font-family: Verdana;
}

A:Hover {
    text-decoration: none;
    color: #5DA3CC;
	font-weight: bold;
}

H1 { 
	font-family: arial; 
	font-size: 14pt; 
	font-style: normal;
	color: #5DA3CC;
	line-height: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

H2 {
    font-family: verdana;
    font-size: 11pt;
    font-style: normal;
    color: #5DA3CC;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
}

.l {
	color: white;
}
