/************************************************************************/
/*  File name : green_base.css                                          */
/************************************************************************/
/*  Contents  : Cascading Style Sheet (Green Base Layout)               */
/*                                                                      */
/*  Auther    : Yasuhiro ARAKAWA   2000.08.31                           */
/************************************************************************/
BODY {
    color: #000000;
    background-color: #E4EDE3;
}


/* Style of Head Line */
H1.decoration {
    font-size: xx-large;
    font-variant: small-caps;
    color: green;
    background-color: transparent;
    text-align: center;
    border-width: 0.2em 1em 0.2em 1em;
    border-style: solid;
    border-color: green;
}
H2.decoration {
    font-size: x-large;
    font-variant: small-caps;
    color: green;
    background-color: transparent;
    border-width: 0.2em 0.1em 0.1em 0.7em;
    border-style: solid;
    border-color: green;
}
H3.decoration {
    font-size: x-large;
    font-variant: small-caps;
    color: green;
    background-color: transparent;
    padding-left: 0.7em;
    border-width: 0.1em 0.1em 0.1em 0.1em;
    border-style: solid;
    border-color: green;
}
H4.decoration, H5.decoration, H6.decoration {
    font-size: large;
    font-variant: small-caps;
    text-decoration: underline;
}

/* Style of Table Block */
TABLE.solid {
    border: solid thin green;
}
TH.solid {
    border: solid thin green;
}
TD.solid {
    border: solid thin green;
}

/* Style of Ancher Tag */
A:link    {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
A:visited {
    color: #000080;
    background-color: transparent;
    text-decoration: none;
}
A:hover  {
    text-decoration: underline;
}
A:active  {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
A:link IMG {
    border-style: none;
    border-width: 0;
}
A:visited IMG {
    border-style: none;
    border-width: 0;
}
A:active IMG {
    border-style: solid;
    border-width: thin;
    border-color: red;
}
A:hover IMG {
    border-style: solid;
    border-width: thin;
    border-color: red;
}

/* Generic Class */
.caution {
    color: red;
    background-color: transparent;
}


/***** end of file ******************************************************/

