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

body {
	background-color: #E9E9DF;
	background-image: url(images/background.gif);
	margin-top: 0px;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
line-height: 20px;

	color: #333333;

}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}