/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #3e3d38;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold !important;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
	border-color:#74bca1;
}