.topBanner
{
 border-top: 4px solid white;
 border-bottom: 4px solid #29ABE2;
 border-left: 1px solid white;
 border-right: 1px solid white;
 background-color: black;
 
}

.cellStyle
{
 border-left: 1px solid white;
 border-right: 1px solid white;
 text-align: center;
 font-family: arial;
 font-size: small;
 font-weight: bold;
}

.menuStyle1
{
 color: #29ABE2;
 text-decoration: none;
}

.menuStyle2
{
 color: white;
 text-decoration: none;
}

.menuStyle1over
{
 color: #29ABE2;
 text-decoration: underline;
}

.menuStyle2over
{
 color: white;
 text-decoration: underline;
}

.aboutImage
{
 border: 1px solid white;
}

.aboutTitle
{
 letter-spacing: 5px;
 color: #29ABE2;
}

.aboutContent
{
 color: white;
 line-height: 200%;
 font-family: verdana;
 font-weight: bold;
 font-size: 10pt;
 text-align: justify;
}
