body {
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	color: #426F96;
	text-decoration: none;
}

.menupad a {
	color: #426F96;
	text-decoration: none;
        display: block;
	width: 172px;
        margin-bottom: -10px;
}
.menupad a:hover {
	color: white;
        background-color: #426F96;
}

.centercontent a {
	color: #426F96;
	text-decoration: none;
}
.centercontent a:hover {
	color: white;
        background-color: #426F96;
}

.partnercontent a {
	text-decoration: none;
        display: block;
        margin-bottom: 4px;
}
