placeholder {
	color:#CCCCCC;
}

.top-nav {
    margin: 10px 0;
}

.colorbar {
    background-color: #006600; /* Grayson robin's egg blue */
    color: #fff;
    margin: 0px;
}

.colorbar h4 {
	color:#afeafe;
}

.first {
	font-size:16px;
	color: #006600;
	text-align:center;
}

.darkercolor {
	color:#006600;
}

.review {
    background: #e4f6ff;
}

.reviews {
    border-bottom: solid 8px #003300;
}

.reviewcontent {
	color:#777777;
}

.form-box {
	padding:20px 40px;
	margin:20px 30px;
	border:solid 1px #CCCCCC;
	color:#e4f6ff;
	background:#006600;
}

.container {
	background:#ffffff;
}

a {
  color: #006600;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0d2b9f;
  text-decoration: underline;
}


.main-content {
        padding:30px;
}

.main-content h2, .main-content h3 {
        margin-bottom:10px;
}