body {
background-color: #ffffff; /*TRANSLATION... THIS IS THE FOOTER COLOR */
}

h1, h2, h4 {
color: black;
}

h3 {
color: red;
}

b,strong {
color: #000000;
}

#header {
background-color: #000000; /* THIS IS THE BACKGROUND COLOR FOR THE HEADER WHERE THE LOGO IS*/
}

#content {
background: url(navBGtop.gif);
background-position: 0px 0px;
background-repeat: repeat-x;
background-color: #99ffff;
}

#offers a {
color: #702edd;
}

#adminNav a {
color: #99ffff;
}

#contentStart {
background-color: #ffffff; /* This is the color behind the content on home page that makes rounded containers*/
}

.startLeft {
background-color: #ffffff;
}

.startRight {
background-color: #ffffff;
}

.startContainer {
background-color: white;
}

#footer {
color: white;
}

#footer a {
color: white;
}

#shortURL {
background: #ffffff;
}

#shortURL input {
color: #000000;
}

#shortSubmit {
background: #ffffff;
border: black;
}

#shortSubmit input {
color: #ffffff;
background: #00ffff;
}

#shareOpt {
background: black;
color: white;
}

#advancedOpt {
background: black;
color: white;
}

#advancedOpt a {
color: white;
}

#bulkSubmit {
color: #666666;
}

#resultsContainer {
background: #99ffff;
}

#resultsInner {
background: #99ffff;
}

#shortResults input {
color: red;
}

#shortResults textarea {
color: red;
}

.navbgd {
font-size: 1.5em;
font-weight:bold;
color: black;
}