@font-face { font-family: "Code"; src: url("/ressources/code/CODE Bold.otf"); } body { font-family: "Arial"; background-color: #F8F8F8; } .year { font-size: 150px; color: red; } .months { font-size: 50px; } .months a:hover{ color: red; } .months .active{ color: red; } a { text-decoration:none; } a:visited { color: grey; } table td { border: 1px solid #A3A3A3; width: 80px; height: 80px; } td th { display: table-cell; vertical-align: inherit; } table td:hover { background: #DFDFDF; cursor: pointer; } ul { list-style: none; margin: 0; padding-left: 0; text-decoration: none; } ul li { display: inline-block; }