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

#active {
	background-color: #eee;
}

body {
	background-color: #ffffff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

.content_container {
	margin: 15px;
}