/* CSS Document */

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a {
	color: #6C9;
	text-decoration: none;
}
a:hover {
	color: #FF0;
}
.ctr {
	text-align: center;
}
.box {
	border: dotted #F00 2px;
	padding: 1em;
	margin: 1em;
}