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

body {
	background-color: #DCDCDC;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}





