
@font-face {
    font-family: REDNZ___;
    src: url(/fonts/REDNZ___.TTF);
}

@font-face {
    font-family: Zombie;
    src: url(/fonts/ZOMBIE.TTF);
}

@font-face {
    font-family: Zombie_Holocaust;
    src: url(/fonts/Zombie_Holocaust.ttf);
}

body{
    background-color : lightsteelblue;
    margin : 0px auto;
    width: 768px;
}

h1, h2, h3, h4, h5, h6{
    text-align : center;
    width : 100%;
}

header h1{
    font-family: Zombie;
    letter-spacing: 2px;
}

html{
    background-color : #000;
}