

a:link, a:visited {
    color: #f30;
}
div#header h1 a:link, div#header h1 a:visited {
  
    font-color=ffffff;
}
div#header h1 small {
    display: block;
    color: ffcc00;
    font-color=#dbf41a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 10px 0 0 0;
}
body{
background:#ffff00;
}
#back-to-top {
    background-color:wheat;
    bottom: 0;
    box-shadow: 0 0 6px ;
    color: #444444;
    padding: 2px 2px;
    position: fixed;
    right: 20px;
    cursor: pointer;
}

div#header h1 a:link, div#header h1 a:visited {
    color: #f30;
}

div.post small {

    color: #5600ff;

}
div.post small a:link {
    color: #f00;
}