body { color: #000; background: #fafafa; }
a  { font-weight: 900; color: #800; text-decoration: none; }
a:visited { color: #008; }
a:hover { color: #f00; }
h1,h2 { color: #888; text-align: center; }
select,input { color: #000; background: #eee; border: solid 1px; margin: 2px; }
option { border: none; }
hr { color: #ccc; background: #ccc; border: none; }
div#container { margin: auto; position: absolute; top: 6em;}
ul.col { list-style-type: none; float: left; }
div.search { text-align: center; }
div.quoteBox { margin: 1em auto 1em auto; width: 80%; border: solid 1px #ddd; padding: 1em; }
div.author { font-variant: small-caps; font-size: .8em; padding-left: 5em; }
div#footer { clear: both; text-align: center; padding-top: 2em; }

/* border color */
select,input { border-color: #888; }
