.dayDisplay {color:white;

}

body {
  /* Background pattern from Toptal Subtle Patterns. Edited by Jay Loteria. */
  background-image:url("../img/whiteCarbonFiber.png"); 
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: gray;
  background-position: center center;
  padding: 0% 10%;
  
  }


#head  { 
        position: absolute;
        color:red; 
        border: 2px solid red;
        text-align:center; 
        height: 50px; 
        width: 100%; 
        background-color: rgba(0, 0, 0, 0.4);
        padding: 20px;
      }

#foot  { 
        left: 0;
        bottom: 0;
        position: relative;
        text-align:center;
        height:50px; 
        width: 100%; 
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        border: 2px solid red;
        padding: 10px;
      }


/*ul {list-style-image: url("../img/superMarioCoin.png");

}*/
/*li {position: relative;
    top: 0;
    display:inline-block; 
    padding-left: 50px;
    border: 2px solid red;
    background-color:rgba(211, 211, 211, 0.4);
    
    }*/
a { padding:5px 20px;color:white;}

/*p {height: 50px;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.3);
    padding: 20px;
    border: 2px solid red;

    color: white;
  }*/

a:link      {color:rgb(255, 0, 0);}
a:visited   {color:rgb(26, 173, 173);}
a:hover     {color:#fff;background-color:rgb(236, 15, 15, 0.4);}
a:active    {color:rgb(168, 137, 0);}
a:focus     {color:gray;background-color:rgb(173, 255, 47,0.4); }