@charset "UTF-8";
/* CSS Document */


body {

	background-repeat: repeat-y;

	background-position: center center;

	margin: 0;

	padding: 0;

	text-align: center;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	color: #FFF;

	font-size: 12px;

}



img {

	border: none;

}



a {

	color: #000;

	text-decoration: none;

}

a:link, a:visited {text-decoration: none; color: blue}
a:hover {text-decoration: underline; color: red; background: white}