body {
	background-color: #2a2d2f;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
	font-family: Tahoma;
	font-size: 12px;
	color: #749fbd;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #749fbd;
		text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
		color: #749fbd;
	text-decoration: none;

}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
		color: #749fbd;
			text-decoration: none;

}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
		text-transform: uppercase;
	font-weight: normal;
	cursor: crosshair;
		border-bottom: 1px dashed #f9a373;
}

