.footer{
    background-color: black;
    color: white;
    padding: 10px;
}

.navbar{
	background: #DDDDDD;
}

h1{
  font-size: 26px;
}

h2{
  font-size: 23px;
}

h3{
  font-size: 20px;
}

.titleDate{
  font-size: 12px;
}

a, a:hover,a:visited, a:focus {
    text-decoration:none;
}