body         { background-color: white;
               background-repeat: repeat;
               background-attachment:  scroll;
               font-style: normal;
               font-variant: normal;
               font-weight: normal; 
               vertical-align: middle;
        	     }

h1           { color: #0000FF; font-variant: normal; font-size: 14pt; font-weight: bold }
h2           { color: #6699FF; font-size: 12pt; font-style: italic; font-weight: bold }
h3           { color: #6699FF; font-size: 12pt; font-style: italic; font-weight: bold }
h4           { color: #3333CC; font-size: 12pt; font-style: normal; font-weight: bold }
hr {color: blue}

.style1
{
    font-size: 12px;
}

a:link       { font-family: Arial, Helvetica;color: #FF0000;text-decoration:none;
				font-style: italic; font-weight: bold; font-variant: normal 
				}
				
a:active     { font-family: Arial, Helvetica; color: #FF0000; text-decoration: none 
             font-style: italic; font-weight: bold ; font-variant: normal
             }
             
a:visited    { font-family: Arial, Helvetica; color: #FF6600; text-decoration: none; 
               font-style: italic; font-weight: bold ; font-variant: normal
             }

a:hover      { font-family: Arial, Helvetica; color: #0000FF; text-decoration: underline;
				font-style: italic; font-weight: bold ; font-variant: normal}