/* CSS Document */

DIV#navigation_menu {
font-size: 12px;
color: #FFFFFF;
text-align: center;
font-family:Arial;
font-weight:bold;
}

DIV#navigation_menu a {
font-size: 12px;
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
padding-right: 30px;
padding-left:30px;
}

DIV#navigation_menu a:hover {
text-decoration:none;
color:#CCCCCC;
}

h1 {
color:#005000;
font-family: Arial;
font-size:28px;
font-weight:bold;
padding-left: 50px;
}

p {

font-family: Arial;
color:#003333;
font-size:14px;
margin-left: 50px;
margin-right: 30px;
text-align:justify;
}
div#donationbutton {
font-family: Arial;
color: #0000CC;
font-size:16px;
font-weight: bold;
text-align: center;
}
div#donationbutton a {
font-family: Arial;
color: #0000CC;
font-size:16px;
font-weight: bold;
text-decoration: none;
}
div#donationbutton a:hover {
font-family: Arial;
color: #0000CC;
font-size:16px;
font-weight: bold;
text-decoration: underline;
}