<!-- /* Style Sheet ( Aqua Background Color ) */

/* ************************************************************ */
/* Body                                                         */
/* ************************************************************ */
body{
    /* Color */
    color:          black;
    background-color:     #E0FFFF
}


/* ************************************************************ */
/* Division                                                     */
/* ************************************************************ */
/*** Note ***/
div.note{
    /* Border */
    border-style:   double none none none;
    border-width:   3px    0px  0px  0px;
    border-color:   gray
}

/*** Return ***/
div.ret{
    /* Border */
    border-style:   solid none solid none;
    border-width:   2px   0px  2px   0px;
    border-color:   navy
}


/* ************************************************************ */
/* Heading                                                      */
/* ************************************************************ */
h1{
    /* Size */
    padding:        0.1em 0px 0px 0px;
    /* Border */
    border-style:   double double double double;
    border-width:   4px    4px    4px    4px;
    border-color:   navy;
    /* Color */
    color:          navy;
    background-color:     white
}

h2{
    /* Size */
    padding:        0.2em 0px 0px 0px;
    /* Border */
    border-style:   double none double none;
    border-width:   4px    0px  4px    0px;
    border-color:   navy;
    /* Color */
    color:          navy;
    background-color:     #transparent
}

h3{
    /* Size */
    padding:        0.2em 0px 0.2em 1em;
    /* Border */
    border-style:   none none solid solid;
    border-width:   0px  0    1px   2em;
    border-color:   navy;
    /* Color */
    color:          navy;
    background-color:     transparent;
    /* Align */
    text-align:     left
}

h4, h5, h6{
    /* Color */
    color:          navy;
    background-color:     transparent;
    /* Align */
    text-align:     left
}


/* ************************************************************ */
/* List                                                         */
/* ************************************************************ */
dl.link dt{
    /* Border */
    border-style:   solid solid solid solid;
    border-width:   1px 2px 2px 1px;
    border-color:   gray;
    /* Color */
    color:          black;
    background-color:     white
}


/* ************************************************************ */
/* Paragraph                                                    */
/* ************************************************************ */
p.abstruct{
    /* Border */
    border-style:   none solid none solid;
    border-width:   0px  10px  0px  10px;
    border-color:   gray;
    /* Color */
    color:          black;
    background-color:     #F0FFFF
}


/* ************************************************************ */
/* Anchor                                                       */
/* ************************************************************ */
a:link              {color:blue;   font-weight:normal;text-decoration:underline}
a:visited           {color:blue;   font-weight:normal;text-decoration:underline}
a:hover             {color:fuchsia;font-weight:normal;text-decoration:underline}
a:active            {color:red;    font-weight:normal;text-decoration:underline}

h3 a:link           {color:blue;   font-weight:bold;text-decoration:underline}
h3 a:visited        {color:blue;   font-weight:bold;text-decoration:underline}
h3 a:hover          {color:fuchsia;font-weight:bold;text-decoration:underline}
h3 a:active         {color:red;    font-weight:bold;text-decoration:underline}

dt a:link           {color:blue;   font-weight:bold;text-decoration:underline}
dt a:visited        {color:blue;   font-weight:bold;text-decoration:underline}
dt a:hover          {color:fuchsia;font-weight:bold;text-decoration:underline}
dt a:active         {color:red;    font-weight:bold;text-decoration:underline}

a.index a:link      {color:blue;   font-weight:bold;text-decoration:underline}
a.index a:visited   {color:blue;   font-weight:bold;text-decoration:underline}
a.index a:hover     {color:fuchsia;font-weight:bold;text-decoration:underline}
a.index a:active    {color:red;    font-weight:bold;text-decoration:underline}

a.link a:link       {color:blue;   font-weight:bold;text-decoration:underline}
a.link a:visited    {color:blue;   font-weight:bold;text-decoration:underline}
a.link a:hover      {color:fuchsia;font-weight:bold;text-decoration:underline}
a.link a:active     {color:red;    font-weight:bold;text-decoration:underline}

a.ret a:link        {color:blue;   font-weight:bold;text-decoration:underline}
a.ret a:visited     {color:blue;   font-weight:bold;text-decoration:underline}
a.ret a:hover       {color:fuchsia;font-weight:bold;text-decoration:underline}
a.ret a:active      {color:red;    font-weight:bold;text-decoration:underline}

a:link           img{border-style:solid;border-width:2px;border-color:blue   }
a:visited        img{border-style:solid;border-width:2px;border-color:blue   }
a:hover          img{border-style:solid;border-width:2px;border-color:fuchsia}
a:active         img{border-style:solid;border-width:2px;border-color:red    }

a:link      img.icon{border-style:none}
a:visited   img.icon{border-style:none}
a:hover     img.icon{border-style:none}
a:active    img.icon{border-style:none}

input,textarea,option,select{
    /* Color */
    color:              #000000;
    background-color:   #FFFFFF
}

input.button{
    /* Size */
    width:              6em;
    /* Color */
    color:              #000000;
    background-color:   #EEEEEE;
    /* Font */
    font-style:         normal;
    font-weight:        bold
    
}

/* End of Style Sheet */ -->
