@charset "utf-8";

*{
	font-family:Kokoro,serif;
}

.header{
    display:table;
    background:white;
    border-color:black;
    border-style:solid;
    border-width:thin;
    border-right:none;
    border-left:none;
    width:100%;
}
.header a{
	padding:5px;
    display:table-cell;
    text-align:center;
    text-decoration:none;
    font-size:medium;
    color:black;
}

.main{
    text-align:center;
    
}

.footer{
	display:block;
    font-size:small;
    width:100%;
    text-align:center;
}


