@font-face {
    font-family: 'GothicPixels';
    src: url('https://phompho.neocities.org/fonts/GothicPixels.eot');
    src: url('https://phompho.neocities.org/fonts/GothicPixels.eot?#iefix') format('embedded-opentype'),
     url('https://phompho.neocities.org/fonts/GothicPixels.woff2') format('woff2'),
     url('https://phompho.neocities.org/fonts/GothicPixels.woff') format('woff'),
     url('https://phompho.neocities.org/fonts/GothicPixels.ttf')  format('truetype'),
     url('https://phompho.neocities.org/fonts/GothicPixels.svg#GothicPixels') format('svg');
}



body{
    background-color: black;
    color: white;
    font-family: 'ms gothic';
}

h1{
    font-family: 'GothicPixels';
    text-transform: lowercase;
    font-weight: normal;
    color: blue;
}

p{
    text-indent: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

a, a:visited{
    color: rgb(0, 174, 255);
}

table{
    margin-left: auto;
    margin-right: auto;
}

table{
    border: 1px solid white;
}

th, td{
    border: 1px solid white;
    padding: 5px;
}

u{
    text-decoration: none;
    background-color: white;
    color: black;
}

.other{
    background-color: white;
    color: black;
}

.none{
    border: none;
}

th{
    color: blue;
}