@charset "utf-8";
.menyItem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: #000000;
	height: auto;
	width: 400px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #999999;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}

.menyItem a:hover {
	background-color: #CCCCCC;
	color: #000000;
}
.text {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.main {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 800px;
	float: none;
	clear: both;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	overflow: auto;
	position: relative;
	top: 0px;
	right: 0px;
	height: auto;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.text a {
	color: #999999;
}
.text a:hover {
	text-decoration: none;
}
