#content {
text-align: center;
margin-top: 50px;
}

#headertext p {
font-size: 16px;
}

table.groundmounts {
margin-left: auto;
margin-right: auto;
}

table.groundmounts img {
border: 3px solid white;
}

table.groundmounts img:hover {
border: 3px solid #A3D6F3;
}

table.groundmounts td {
padding: 10px;
padding-right: 30px;
font-size: 13px;
}

table.groundmounts .magenta {
font-weight: bold;
color: #9E005D;
text-decoration: none;
font-size: 16px;
}

table.groundmounts .green {
font-weight: bold;
color: #006837;
text-decoration: none;
font-size: 16px;
}

table.groundmounts .blue {
font-weight: bold;
color: blue;
text-decoration: none;
font-size: 16px;
}