/*
 * style.css: CSS style definition file
 */

body {
    background: url(http://www.gfd-dennou.org/html/htmltool/wall_d.gif);
    margin: 0% 10%;
    font-size: medium; 
    font-color: #72723f;
}


h1 {
    text-align: center; 
    font-weight: bold;
    font-size: medium; 
    color: #ffffff;
/*    background-color:  #72723f; */
   background-color:  #333366;
    padding: 5px;

}


h2 {
    font-size: medium; 
/*    color: #ffffff; */
    color: #105742; 
    background-color: #ccdbff;
    border: #105742; 1px dashed;
    padding: 5px;
    margin: 1.5em 0em;
}


h3 {
    font-size: medium; 
    border: #6666ff 2px dotted;
    color: #6666ff;
    padding: 5px;
}

h4 {
    margin-right: 30%;
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: medium; 
/*    border-bottom: #6666ff 2px dotted; */
    border-bottom: black 2px dotted;
}

h5 {
    font-weight: bold;
    color: #009900 ;
    background-color: #ccffff; 
    font-size: medium;
    padding-left: 0.5em;
}

h6 {
/*    border-bottom: #6666ff 5px dotted; */
    border-bottom: #72723f 5px solid;
    color: #009900 ;
    font-size: 2pt;
    font-weight: bold;
}


div {
}

hr { 
    border: #ccdbff 1px solid;
}


dd {
    margin-left: 10px;
/*     border: #ffcc00 2px dotted; */
/*    background-color: #ffffcc;  */
    font-size: small; 
    color: #72723f;
}


dt {
    font-size: medium; 
/*    border: #6666ff 2px dotted; */
    color:  #105742; 
    padding: 5px;
    font-weight: bold
/*    background-color: #ffffcc; */
}


ol,ul {
    margin-top: 1ex ;
    margin-bottom: 1ex ;
}

p {
    margin-left: 0.5em;
}


table {
    font-size: small;
    margin-top: 0.5ex;
    margin-left: 0.1em;
    margin-bottom: 1ex;
    background:    #f4f4f4;
#ffffff;
    /* border: #ccff66 1px solid; */
}

td {
    /* border: #ccff66 1px solid; */
}


KBD{
    text-decoration: underline;
}


CODE{
   color: #004080; 
}

address {
    color: #ccffff;
    text-align: right;
    font-family: Times, serif; 
}

var {
    font-style: oblique;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: bold;
}

pre {
    margin: 1em;
    white-space: pre;
/*    padding: 0.5em;             */
/*    border: #6666ff 2px dotted; */
    color: #3f7f67; 
    font-size: small;
}

a:link {
    color: #3f7f67; 
}

a:visited, a:active {
    color: #72723f;
}











