body
{
    background: url("img/tempo_background.jpg") repeat;
   /*background-size: cover; */
   background-color: rgb(0,0,0);
   margin-right: 3em;
   margin-left: 3em;
}

.col1 {
    color: rgba(255,255,255, 0);
    background-color: rgba(0,0,0,0);
}


li, a, a:link, a:visited, .name, .footer_text_1 {
    color : rgb(80%,80%,77%);

/*    opacity: 1.0;*/
}



a:focus, a:hover, .current {
    box-shadow: none;
    text-decoration: underline;
}
