a:link {
	text-decoration: none;
	color: #5556ee;
}
a:visited {
	text-decoration: none;
	color: #5556ee;
}
a:active {
	text-decoration: none;
	color: #ff555e;
}
a:hover {
	text-decoration: underline;
	color: #f55500;
}
.shadow {
 FILTER: progid:DXimageTransform.Microsoft.DropShadow (color=#999999, offx=2, offy=2, positive=1)
