body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	color: #E4A42B;
}
a {
	text-decoration: underline;
	color: #0072B9;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: "white";
	text-decoration: underline;
}

.logo {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.menu {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.menu2 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 10px;
	color: #E8A94A;
	text-decoration: none;
	margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left';

	font-weight: bold;
	background-color: #FFFFFF;
}
p {
	font-family: Arial;
	font-size: 10px;
}

h3 {
    border-bottom: 1px solid #CBCBCB;
    color: #0072B9;
    font-family: Verdana,Geneva,sans-serif;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

