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

body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 140%;
}
body {
	background-color: #000;
}
a:link {
	color: #C90;
}
a:visited {
	color: #CA9B00;
}
a:hover {
	color: #CA9B00;
}
p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}