body, table, html {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
	color: #FFF;
	font-family: Arial;
	font-size: 10pt;
}
body.intro {
	background-image: url("images/intro_back.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
A:link {
	color: #FFF;
	text-decoration: none;
}
A:visited {
	color: #FFF;
	text-decoration: none;
}
A:active {
	color: #FFF;
	text-decoration: none;
}
A:hover {
	color: #FF3399;
	text-decoration: none;
}


