html {
  background: #ffffff;
  color: #333333;
}
.nlp { color: black; }
#content a:link { color: #e37723; }
#content a:hover { color: #e37723; }
#content a:visited { color: #8abe0e; }
#footer a { color: white; }
#header, #footer { background: #8abe0e; }
#header h1 a { color: white; }
#navigation { color: #e37723; }
#navigation a { color: #e37723; }
body#page-portfolio #navigation li#navigation-portfolio a { color: #8abe0e; }
body#page-home #navigation li#navigation-home a { color: #8abe0e; }
body#page-philosophy #navigation li#navigation-philosophy a { color: #8abe0e; }
body#page-advice #navigation li#navigation-advice a { color: #8abe0e; }
body#page-contact #navigation li#navigation-contact a { color: #8abe0e; }
body#page-blog #navigation li#navigation-blog a { color: #8abe0e; }
#content h2 { color: #8abe0e; }
.border { border: 1px solid black; }
a:hover .border { border: 1px solid #8abe0e; }
body#page-contact input#submit { background: white; }
body#page-contact input#submit:hover {
  border: 3px solid #e37723;
  cursor: hand;
  cursor: pointer;
}
input, textarea {
  border: 3px solid #8abe0e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
input:focus {
  border: 3px solid #e37723;
  outline: none;
}
textarea:focus {
  border: 3px solid #e37723;
  outline: none;
}
body#page-contact #posted { border: none; }
.error-request { color: #8abe0e; }
