/* CSS Document */
body {
	/* margins */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/* background image properties */
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
	
	/* default text properties */
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}

.normal {
	/* default text properties */
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}

a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #f71c1c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}