body
{
    font-family          : arial, helvetica;
    color                : lightblue;
    margin               : 5;
    background           : url(pictures/bubble.jpg);
    background-color     : rgb(0, 0, 50);
    background-attachment: "scroll";
    font-size            : 12pt;
    font-family          : arial, helvetica;
}

P
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-size            : 12pt;                                /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    line-height          : 18pt;                                /* not applied to body due to NN 4.xx problems */
}

EM
{
    color                : white;
    font-size            : 12pt;                                /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    line-height          : 18pt;                                /* not applied to body due to NN 4.xx problems */
    font-style           : italic;
    font-weight          : normal;
}


H1
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    font-size            : 18pt;
    font-weight          : bold;
    text-transform       : uppercase;
}

H2
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    font-size            : 14pt;
    font-weight          : bold;
}

H3
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    font-size            : 12pt;
    font-weight          : bold;
}

H4
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-size            : 12pt;                                /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    font-weight          : bold;
}

TABLE, TR, TD
{
    color               : lightblue;                            /* due to NN 4.xx inheritance problems */
    font-size           : 12pt;                                 /* due to NN 4.xx inheritance problems */
    font-family         : arial, helvetica;                     /* due to NN 4.xx inheritance problems */
}


OL, UL, DL,
DL DT, DL DD                                                    /* due to NN 4.xx inheritance problems */
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-size            : 12pt;                                /* due to NN 4.xx inheritance problems */
    font-family          : arial, helvetica;                    /* due to NN 4.xx inheritance problems */
    line-height          : 18pt;                                /* not applied to body due to NN 4.xx problems */
}

.abstract
{
    line-height          : 100%;
    font-size            : 10pt;
    font-style           : italic;
}

.formula
{
    color                : lightblue;                           /* due to NN 4.xx inheritance problems */
    font-size            : 12pt;                                /* due to NN 4.xx inheritance problems */
    font-family          : "Minion Web", Georgia, Palatino, "Times New Roman", serif;
    font-weight          : bold;
}

.copyright
{
    text-align           : center;
    font-family          : arial, helvetica;
    color                : lightblue;
    font-style           : italic;
}

A:hover
{
    text-decoration     : underline;
    color               : white;
    text-transform      : none;
}

A:active
{
    text-decoration     : underline;
    color               : red;
}

A:link
{
    text-decoration     : underline;
    color               : lightblue;
}

A:visited
{
    text-decoration     : underline;
    color               : rgb(50, 100, 150);
}

span:ond
{
   text-decoration      :underline;
   color                :red;
}




