body {
    color: black;
    background-color: #52947A;
    font-size:12pt;
    
	background-image: url(IMG_0054.jpg);
	background-position: center center;
}

h1, h2 {
    color: black;
/*    font-family: arial, sans-serif;*/
	font-weight:bold;
}
h1 {
    color: black;
    font-size: 200%;
    margin: 0px;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 110%;
}
/*
p {
    padding: 0px 20px 0px 20px
}
*/
/*
p.w3button {
    position: absolute;
    right: 0px;
}
*/
a {
    color: #404040;
	text-decoration:none;
	border-bottom: #B0B0B0 1px;
	border-bottom-style: solid
}
a:hover {
    color: black;
	border-bottom: black 2px;
	border-bottom-style: solid;
}

a.w3button {
    color: white;
    border-style: none;
    border-color: transparent;
}

div {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: auto;
/*
    margin-top: 40px;
    margin-bottom: 40px;
*/
    background-color: white;
    opacity: 0.90;
    padding:25px;
}

div#w3button {
    width: auto;
    margin: auto;
    padding: 0px;
    
    position: absolute;
    bottom: 0px;
    opacity: 1;
    background-color: transparent;
}

span.footer {
    color: gray;
    font-size: 10pt;
}


