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

body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	color: black;
	font-family: Arial, helvetica, sans-serif;
}

th {
	font-family: Arial, helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	color: black;
}

.small {
	font-family: Arial, helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
}

p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #f1da36; }
	
.box { background-color:#999; 
	border-color: #fefcea;
	color: #fff;
	alignment-adjust:central;
}
