body { color: #666; }
html { background: white; }

::selection { background: #fffec7; color: black; }
::-moz-selection { background: #fffec7; color: black; }

#single-title, a, 
section h3, 
#slogan,
#friend-list li a:hover,
#fav-tweets li a:hover,
.commentlist li .comment-author a:hover { color: black; }

#friend-list li a,
#fav-tweets li a,
.commentlist li .comment-author a { color: white; }

article a { 
    padding: 0; 
    font-weight: bold; 
    background: 0; border: 0; color: #333; border-bottom: 1px dotted #ccc; -moz-border-radius: 0; -webkit-border-radius: 0; }
article a:hover { padding: 0; background: 0; color: black; border-bottom: 1px solid black;  }

header h1 a { background-image: url(/images/logo-onwhite.png); }

.commentlist li .comment-author a { border: 0; }
.says { font-style: italic; font-size: 15px; color: white; }
