body, table {
/* default text for entire site */
	font: normal 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
	background: #f0f0f0;
}

a {
	color: #4e7a92;
	text-decoration: none;
	text-align: left;
}

a:active {
        color: #823000;
}
a:visited {
        color: #4e7a92;
}
a:hover {
        color: #823000;
        text-decoration: underline;
}
