* {
  margin: 0;
  padding: 0;
  /*font-style : normal;
    font-weight : normal;
  fo		nt-size: 100%;*/
  background-color : #fff;
  
}

body{
    color:#000;
}

a{
    color:#09f;
    text-decoration:none; 
}

a:hover{
    color:red;
    text-decoration:underline;
}
/*
a	:visited{color: #895A40;}
a:link{c		olor: #895A40;}
*/



/* div  */


div.container{
    
    /*align: center;*/
    /*margin:10 ;*/
    margin:0px auto 0px auto;
    width:800px;
}



div.menu{
    align:left;
    background-color:#fff;
    color:#000;
    padding:0px 0px 0px 0px;
    text-align:center;
}


div.menu a{
    color:#0099FF;
    background-color:#fff;
    text-decoration:underline;
}
div.menu a:hover{
    color:red;
    text-decoration:underline;
}




div.header{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

div.header h1 {
    margin:0;
    color:#000;
    background-color:#fff;
    text-align:center;
}

div.contents {
    clear:left;
    text-align:center;
}


div.contents h3,h4{
    margin-left:20pt
}




div.foot{
    clear:left;
    background-color:000;
    height:20px;
    font-size:15px;
    text-align:right;
    color:#ffffff;
    border: double #330000;
    border-width:3px 0 0 0;
    padding:2px;
}


div.foot a{
    color:#0099FF;
    background-color:#000;
}
div.foot a:hover{
    color:red;
    text-decoration:underline;
}


div.centerTable{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
