@charset "utf-8";

body, html {
	font-family:"MS Sans Serif";
	font-size: 14px;
	background-color: #E9E9E9;
	color: #000000;
/*
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;
}