#content {
text-align: center;
margin-top: 50px;
}

#headertext p {
font-size: 16px;
}

table.hangtight {
text-align: left;
}

table.hangtight img {
border: 0;
}

table.hangtight td {
padding: 10px;
border: 5px solid #F6F6F6;
}

table.hangtight td:hover {
padding: 10px;
border: 5px solid #A3D6F3;
}

table.hangtight .tableheaders {
text-align: center;
font-weight: bold;
font-size: 18px;
}

table.hangtight .magenta a {
font-weight: bold;
color: #9E005D;
text-decoration: none;
}

table.hangtight .green a {
font-weight: bold;
color: #006837;
text-decoration: none;
}

table.hangtight .blue a {
font-weight: bold;
color: blue;
text-decoration: none;
}

table.hangtight .magenta a:hover {
text-decoration: underline;
}

table.hangtight .green a:hover {
text-decoration: underline;
}

table.hangtight .blue a:hover {
text-decoration: underline;
}