<!--
A .img  {border: 1px solid black}
A:hover .img  {border: 1px dashed black}
.lnk {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
} 
-->
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	target="_self";
}
body {

}

a:link {
	color: #000000;
	text-decoration: none;
        font-weight: bold; 
}
a:visited {
            color: #FFFFFF;
	text-decoration: none;
}
a:hover {
            color: #EC2828;
	text-decoration: none;
}
a:active {
            color: #FFFFFF;
	text-decoration: none;