/* begin home.css */

/* set background image */
body {
	background-color: #F9D15D;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #F87413;
	text-align: left; /* This preserves centering in the entire document (must be escaped out in individual blocks if other alignment options are needed */
	font-size: medium; /* Used to fix base size for em-sizes */
	margin: 0em;
	padding: 0em;
}

td {
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #F87413;
	text-decoration: none;
}

.footer {
	font-size: .7em;
	color: #F87413;
	font-weight: 400;
}
