
p {
text-indent: 0px;
margin-bottom: 15px;
margin-top: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
}

h1 {
font-size: 21px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #84A54A;
margin:0;
padding:0;
margin-left:10px;
margin-bottom:-5px;
}

h2 {
color: #84A54A;
margin-top: 25px;
margin-left: 20px;
max-width:350px;
font-size: 18px;
font-family: Georgia,"Times New Roman", Times, serif;
font-style: italic;
}

h3 {
color: #3a6d30;
height: 20px;
padding-top: 10px;
max-width:350px;
font-size: 16px;
font-family: Georgia,"Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
}

img {
border: none;
}

a:link {
color: #3a6d30;
text-decoration: none;
}

/* unvisited link */

a:visited {
color: #3a6d30;
text-decoration: none;
}

/* visited link */

a:hover {
color: #415ce8;
text-decoration: none;
}

/* mouse over link */

a:active {
color: #577E2D;
text-decoration: none;
}

label {
display:inline;
color: #3a6d30;
margin-right: 13px;
font-size: 20px;
}

input {
display:inline;
width: auto;
background-color: #FFFFFF;
color: #84A54A;
border: 1px solid #84A54A;
margin-top: 3px;
margin-bottom: 3px;
}

.hidden {
display: none;
}

select {
display:inline;
width: auto;
max-width:150px;
background-color: #FFFFFF;
color: #84A54A;
border: 1px solid #84A54A;
margin-top: 3px;
margin-bottom: 3px;
font-size: 16px;
}


.submit {
margin-left: 5px;
background-color: #deece0;
border: 1px solid #84A54A;
color: #84A54A;
font-size: 12px;
padding : 5px;
}

.submit:hover {
font-weight: bold;
}

textarea {
display:block;
width: auto;
background-color: #FFFFFF;
color: #84A54A;
border: 1px solid #84A54A;
margin-top: 3px;
margin-bottom: 3px;
}

ul {
list-style-position : inside; 
list-style-type : square;
font-size: 16px;
}

hr {
border-style:none;
border-top: 1px solid #84A54A;
line-height : 0px;
}