/*css-TEST*/
BODY
    {
    background: font-family: verdana, garamond, serif;
    background: navy; 
    color: white;  
/* background-repeat: repeat-x; */
   }

H1  {
     font-family: Times New Roman sans-serif;
     font-varient: large-caps;
     font-style: italic;
     background: blue;
     color: silver;
    }
     
H2  {
     font-weight: bold;
     font-variant: small-caps;
     font-size: 160% 
     font-family: serif;
     font-style: italic;
     color: aqua;
    }

H3  {font-family: Times New Roman sans-serif;
     font-varient: large-caps;
     font-style: italic;
     background: silver;
     color: blue;
    }
     
H5, H6 {
            font-family: "New Times Roman";
            font-style: italic;
            color: 9966cc
    }

P  {
    font-family: ariel, serif;
    font-size: 14pt;
    color: aqua;
    text-indent: 72px;
   }

P.initial: first-letter {font-size: 200%;
               font-weight: bold;
               color: white;
          }

P.color1  {
       color:blue;
      }

P.color2 {
        color: purple;  
       }

#P1 { text-align:center; 
}

P.WARNING { 
  font-size: larger;
  font-weight: bolder;
  text-align: center;
  margin-left: 40%;
  margin-right: 40%;
  color: white;
  background: cyan;
  border: thick groove white;
}

P STYLE {
   border-style: double;
   border-color: 38B0DE;
   border-width:10px;
}
HR { text-align: center; color: cyan; size: 6 noshade; 
}
  
BR, UL, OL, TD, LI  {
/*    font-family: Arial, Helvetica;
*/}

UL, OL, HR {
/*    width: 75; 
*/}
   UL LI {
/*    list-style: disc; 
*/}

UL UL LI {
/*    list-style: circle; 
*/}

UL UL UL LI {
/*    list-style: square; 
*/}

OL LI {
/*    list-style: decimal; 
*/}


SMALL {
/*    font-family: Arial, Helvetica; 
*/}

EM {
    font-weight: bold; 
    font-style: italic;
    color: red; 
   }

PRE {
   font-family: Courier New, monospace;
    font-size: 14pt;
    color: white; 
}

XMP {
/*    margin-left: 48px; 
*/}

A {
/*    font-family: Arial, Helvetica;
    font-style: italic; 
*/}

A:link {
/*   font-family: Arial, Helvetica;
    font-style: italic; color: #00ffff; 
*/}

A:visited {
/*    font-family: Arial, Helvetica, Serif;
    font-style: italic;*/
    /* font-size: 14pt; */
    color: #5E9BEE; /* #9932cd; */
}

A:active {
*/    font-family: Arial, Helvetica;
    font-style: italic;
    color: #5EBAEE; 
*/}

BLOCKQUOTE {
   font-family: Verdana, Arial, Helvetica;
   font-style: Italic
   color: #FFFFFF;
    width: 5OO; 
}

TABLE.code {
    background-image: url(goldtun.jpg);
}

TD {
    color: #FFFFFF;
}

.highlight {
/*    background: #AAAAFF;
    font-family: Arial, Helvetica;
    color: #6b3706;
    font-weight: bold;
    font-size: 120%;
    width: 600;
*/}

.right {
/*    text-align: left;
*/}

.center {
/*    text-align: center;
*/}

.article {
/*    position: absolute;
    visibility: hidden;
*/}

.noline {
/*    text-decoration: none;
    color: blue;
*/}

.different {
/*    text-decoration: none;
    color: red;
*/}

.normal {
/*    text-decoration: none;
    color: blue;
*/}

DIV  {font-family: "Times New Roman";
      background-color: ffffff
      color: green;
      font-size: 14pt;
     }
DIV.quotation  {font-family: courier:
                font-size: 10pt;
                text-align: center
     } 
     #quote1  {background-color: ffff00}
     #quote2  {background-color: 00ff00}

#ODF {position: relative;
          top: 0;
         left: 0}
