
@font-face {
    font-family: 'CabinSketch-Regular';
    src: url('../font/CabinSketch-Regular.ttf') format('ttf'),
    url('../font/CabinSketch-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CabinSketch-Bold';
    src: url('../font/CabinSketch-Bold.ttf') format('ttf'),
    url('../font/CabinSketch-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}



html, body, pre{
    color:#fff;
    background-color:#000;

}
pre{
    border:0px;
    font-size:25px;
    /*background-color:#000;*/
    background-color:inherit !important;

    /*font-family:CabinSketch-Regular;*/
}
.cp{
    cursor:pointer;
}

h1{
    font-size:35px;
}



li a{
    color:#FFF;
}

li{
    font-size:35px;

}

p{
    font-size:25px;
    background-color:#000;
}
#wrapper{
    margin-top:20px;
}

b{
    color:yellow;
}

.error{
    color:#FF0000;
}

.green{
    color:#00ce00;
}
.bold{
    font-weight:bold;
    text-decoration: underline;
}


.tick{
    /*font-family: 'Monoton', cursive;*/
    font-family: 'VT323', monospace;
}

.kommentar{
    color:#dca7a7;
    font-style:italic;
}

.menubtn{
    height:100px !important;
    line-height:100px !important;
}