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

body {
	background-color: #f9eed2;
	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: #666;
}

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

a {
	color: #666; }
	
.box { background-color:#efe3c9; 
	border-color: #000;
	color: #000;
	alignment-adjust:central;
}
