@charset "utf-8";

/********** BASIC ELEMENTS **********/
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a  {
	color: #663399;
}
a:hover  {
	color: #ff0000;
}

