#headerNavigation {
width: 100%;
margin-top: 34px;
margin-left: 100px;
}

#headerNavigation a {
margin-right: 20px;
float: left;
display: block;
width: 100px;
padding: 2px;
font-size: 1.1em;
text-align: center;
background-color: #fff;
font-weight: bold;
}

#headerNavigation a:hover {
text-decoration: none;
background-color: #4283b9;
color: #fff;
}

#content {
padding-top: 10px;
}

.googleLinkList {
margin-top: 10px;
}
