body {
background-color: #0c5088;
}

h1, h2, h4 {
color: navy;
}

h3 {
color: red;
}

b,strong {
color: #9900ff;
}

#header {
background-color: white;
}

#content {
background-color: #fefefe;
}

#offers a {
color: #702edd;
}

#contentStart {
background-color: #fefefe;
}

.startLeft {
background-color: #f0f5ff;
background-color: rgb(38,38,38);

}

.startRight {
background-color: #f0f5ff;
background-color: rgb(38,38,38);

}

.startContainer {
background-color: white;
background-color: rgb(125,226,13);

}

#footer {
color: white;
}

#footer a {
color: white;
}

#shortURL {
background: rgb(38,38,38);
}

#shortURL input {
color: navy;
}

#shortSubmit {
background: rgb(38,38,38);
border: black;
}

#shortSubmit input {
color: white;
background: rgb(125,226,13);
}

#shareOpt {
background: rgb(125,226,13);
color: white;
}

#advancedOpt {
background: rgb(125,226,13);
color: black;
}

#advancedOpt a {
color: rgb(38,38,38);
text-decoration: none;
}

#bulkSubmit {
color: #0c5088;
}

#resultsContainer {
background: rgb(38,38,38);
}

#resultsInner {
background: rgb(125,226,13);
}

#shortResults input {
color: red;
}

#shortResults textarea {
color: red;
}