.main {
	font-size: 12px;
	line-height: 140%;
	color: #003399;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	line-height: 130%;

}
a:visited {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	line-height: 130%;

}
a:hover {
	font-size: 12px;
	line-height: 130%;
	color: #CC9900;
	text-decoration: underline;
}
.fanhacktitle {
	font-family: "ºÚÌå";
	font-size: 14px;
	line-height: 120%;
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;

}
.titlebkwhite {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	cursor: help;
	filter: DropShadow(Color=white, OffX=2, OffY=2, Positive=2);
}
a.ftitle:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	cursor: help;
	filter: DropShadow(Color=white, OffX=2, OffY=2, Positive=2);
}
a.ftitle:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	cursor: crosshair;
	filter: DropShadow(Color=#ffffff, OffX=2, OffY=2, Positive=1);
}
a.ftitle:hover {
	font-size: 13px;
	color: #F76163;
	text-decoration: underline;
	cursor: n-resize;
	filter: Glow(Color=#CE3000, Strength=100);
}
.bordergreen {
	border: 1px double #3986F7;
	cursor: crosshair;
}
