body {
	background-attachment: fixed;
	margin: 0px;
}
.text {
	font-family: Georgia, Times New Roman;
	color:#FFFFFF;
	font-size:11px;
	line-height: 15px;
	height: 0;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
}
a {
	color: #50A5D1;
	text-decoration: none;
	font-weight: bold;
	cursor: s-resize;
}
a:hover {
	color: #009BFF;
	text-decoration: underline;
}