a:link {
	text-decoration: none;
	color: #999999;

}
a:hover {
	color: #990000;
	text-decoration: none;

}
a:active {
	color: #FF0000;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
	
img {
    border: none 
	}


