.body {
	color : White;
}

.text {
	font-family : verdana;
	font-size : 8pt;
	color : black;
}body {
	background-color: #fff;
	background-image: url(../global_images/background1.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}

