
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(image/banner.jpg);
}


.css {
	font-family: verdana;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}
.head {
	font-family: Arial;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
}

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