body,td,th { font-family: Arial, Helvetica, sans-serif;
	       font-size: large; color: black;                             }

body       { background-color: white;
             background-image: url(brite-abstract-waves.jpg);
             background-repeat: no-repeat; 
             background-position: 1px 1px;
             background-attachment: fixed                                }

a          { font-size: large; color: blue                                }
a:visited  { color: blue;                                              }
a:hover    { color: white; background: red                             }
a:active   { color: orange;                                              }

h1         { font-size: xx-large; color: red;                            }
h2         { font-size: x-large; color: black;                           }
h3         { font-size: large; color: black;                             }
h4         { font-size: x-large; color: red;                               }

.style2    { font-size: small; color: black;
	       font-weight: lighter;                                       }
.style4    { font-size: medium;
             font-family: Arial, Helvetica, sans-serif;
             font-weight: normal;                                        }
.style5    { font-family: Arial, Helvetica, sans-serif;
             font-style: italic;                                         }
.style6    { font-family: Arial, Helvetica, sans-serif;
             color: black;                                               }
.style7    { font-style: italic                                          }
.BigBold   { font: bold normal xx-large Arial, Helvetica, sans-serif;
             color: black;                                               }
.style11   { font-size: small; font-weight: lighter;                     }
.style12   { font-size: small                                            }
.style13   { color: blue                                                 }

hr         { size: 3; shade: noshade;                                    }


