body
{
    background-color: #111111;
    color: white;
    font-family: 'Kufam', cursive;
}
a:link, a:visited {
    color: #09c5f3;
    font-size: 20px;
    text-decoration: none;
}
a:hover
{
    color: #30e920;
    text-decoration: none;
}
h1
{
    font-size: 40px;
}
#tytul
{
    text-align: center;
}
#plan
{
    width: 100%;
    border:5px ridge #3e6454;
}
.dzient
{
    font-size: 20px;
    border:5px ridge #523e64;
    text-align: center;
}
.godz
{
    border:5px ridge #64603e;
    text-align: center;
}
.lekcja
{
    border:5px ridge #3e4964;
    text-align: center;
}
tr:hover{
    background-color: #262626;
}
td:hover{
background-color: #414141;
}