@charset "utf-8";
body {
	background-color: #CCCCCC;
	color: #CCC;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #000000;
}a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
}
img {
	padding: 5px;
	border-style: none;
}

