
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(img/bg1.jpg);
}
.text {
	font-family:arial;
	font-size:12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.menu {
	font-family: arial;
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	color:#FFFFFF;
}
.head {
	font-family:arial;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

