body {
        background-image:  url("images/background.jpg");
        background-color: #DAF6DA;
        margin-top: 0px;
        margin-bottom: 0px;
}
a:link {
	color: #2A2D5A;
	text-decoration: none;
}
a:visited {
	color: #2A2D5A;
	text-decoration: none;
}
a:hover {
	color: #00963C;
	text-decoration: underline;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 26px;
        font-size: 9pt;
}





