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

.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-left: 0px;
}
.menu a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #455F53;
	text-decoration: none;
	padding-left: 0px;
}
body {
	margin-top: 60px;
}
