@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#000;
	color:#fff;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
a{
	color:#900;
}

.gold{
	color:#FF3;
}

.red{
	color:#F00;
}