body {
	background-color: #FFF;
}

h1, h2, h4 {
	color: #F60;
}

h3 {
color: red;
}

b,strong {
	color: #000;
}

#header {
background-color: white;
}

#content {
	background-color: #FFF;
}

#offers a {
color: #702edd;
}

#contentStart {
	background-color: #FFF;
}

.startLeft {
	background-color: #FFF;
}

.startRight {
background-color: #f0f5ff;
}

.startContainer {
background-color: white;
}

#footer {
	color: #000;
}

#footer a {
	color: #000;
}

#shortURL {
	background-color: #FFF;
}

#shortURL input {
	color: #000;
	border: 1px solid #CCC;
}

#shortSubmit {
	border: black;
	background-color: #FFF;
}

#shortSubmit input {
	color: white;
	background-image: url(/templates/shorturl/submit.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-right: 6px;
}

#shareOpt {
background: red;
color: white;
}

#advancedOpt {
background: orange;
color: white;
}

#advancedOpt a {
color: white;
}

#bulkSubmit {
color: #0c5088;
}

#resultsContainer {
	background-color: #FFF;
}

#resultsInner {
background: white;
}

#shortResults input {
color: red;
}

#shortResults textarea {
color: red;
}