body, html {
	font-family: MS Sans-Serif, Arial;
	font-size: 13px;
	background-color: #E9E9E9;
	color: #000000;
	text-align: left;
/*
Link Formatting
*/

}

a:link {
	text-decoration: underline;
	color: #056839;
}

a:visited {
    text-decoration: none;
	color: #056839;
}

a:active {
    text-decoration: none;
	color: #056839;
}

a:hover {
    text-decoration: none;
	color: #999999;
}

