body {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 150px;
}
.txt {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	font-variant: normal;
	line-height: 14px;
	text-decoration: none;
	margin-bottom: 20px;
}

a:active {
	text-decoration: none
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	color: #000000;
}
.menu {
	position: fixed;
	top:0px;
	left:0px;
	width: 110;
	height: 430;
	z-index:100;
	background-color:transparent
}
