body {
	background-color: #FFFFFF;
	background-image: url(images/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.menu {
	color: white;
	font-size: 13px;
}
a.menu {
	color: white;
	font-size: 13px;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin: 0;
}
a.h1 {
	font-size: 55px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: black;
}
a.h1:hover {
	text-decoration: underline;
}