/* CSS Document */

a:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #408ba8;
	background-color : transparent;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #408ba8;
	background-color : transparent;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #408ba8;
	background-color : transparent;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #232b41;
	text-decoration: underline overline;
	cursor: crosshair;
}
body, th, td {
	font-family: Arial;
       	letter-spacing: 0px; 
	font-size: 10pt;
	line-height: auto;
	color: #232b41;
	background-image: url(http://sweet-redemption.net/bkgd.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-3dlight-color: #c4e2ed;
	scrollbar-arrow-color: #232b41;
	scrollbar-base-color: #c4e2ed;
	scrollbar-darkshadow-color: #c4e2ed;
	scrollbar-face-color: #c4e2ed;
	scrollbar-highlight-color: #c4e2ed;
	scrollbar-shadow-color: #c4e2ed;
	scrollbar-track-color: #c4e2ed;
}