@charset "iso-8859-1";
/* CSS Document */

body {
	margin-top: 0px;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a img {border-width:0;}
:focus {outline: 0;}
