@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a:link { color: yellow; text-decoration: none; }

a:visited { color: yellow; text-decoration: none; }

a:hover {
	color: green;
	text-decoration: none;
}

.cauto {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 560px;
}

