@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;

	text-decoration:none;
}

body {
	background:#646464;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover {
	text-decoration:underline;
}
