body {
	background-color: #FF9900;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
table {
	font-size: 12px;
	width: 600px;
	border: thin none #FF0000;
}
th {
	background-color: #FFFFFF;
	color: #FF0000;
}

td {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	font-size: 11px;
	text-align: left;
}

a {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
b {
	font-weight: normal;
}
.big {
	text-align: center;
	font-size: 25px;
}
