@charset "utf-8";
/* CSS Document */
body {
        font:"Courier New", Courier, monospace, Times, serif;
        background: #0b2234;
        margin: 0;
        padding: 0
}

/*.header {
        text-align:center;
        margin: 0;
        color: white;
}*/

h1 {
        font-weight:normal;
        font-size:50px;
        text-align:center;
        color:white;
        text-shadow:0px 0px 5px #fff
}

h1 a, h1 a:visited {
        color:white;
        text-decoration:none;
        -webkit-transition:all .5s;
        -moz-transition:all .5s;
        -o-transition:all .5s;
        transition:all .5s
}

h1 a:hover, h1 a:focus {
        text-decoration:none;
        outline:none;
        text-shadow:0px 0px 19px #fff
}

n1 {
        font-weight:normal;
        font-size:14px;
        text-align:center;
        color:white;
}

.hokusai {
        text-align:center;
        border:thick
}
