@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	background-image: url(../_images/echo.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-top: 100px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #EED;
	background-color: #333;
}
a:active {
	text-decoration: none;
	color: #EED;
}

