.dropshad {
	FILTER: DropShadow(OffX=2, OffY=3, color:#B1B1B1)
}
.text {
	COLOR: black;
	FONT-FAMILY: "Comic Sans MS";
	font-size : small;
	
}
A:link {
	COLOR: Blue;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none;
	font-weight : bold;
	font-size : x-small;
}
A:visited {
	COLOR: Blue;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none;
	font-weight : bold;
	font-size : x-small;
}
A:active {
	COLOR: Blue;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none;
	font-weight : bold;
	font-size : x-small;
}
A:hover {
	COLOR: #0099CC;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none;
	font-weight : bold;
	font-size : x-small;
	cursor:crosshair;
}

