/*
 * File       : hac.css
 * Date       : 28. April 2002
 * Author     : Henk-Jan Olde Loohuis
 * Description: Cascading stylesheet for the homepage of the 
 *              Holland America Club of the Pacific Northwest.
 */

/* redefine link behavior */

a:link {  
          font-family: verdana, arial, helvetica, sans-serif; 
          color: #0066FF; 
          text-decoration: none; 
          font-size: 10pt 
       }

a:visited {  
           font-family: verdana, arial, helvetica, sans-serif; 
           color: #0066FF; 
           text-decoration: none; 
           font-size: 10pt;
           font-weight: bold 
          }

a:hover {  
          font-family: verdana, arial, helvetica, sans-serif; 
          color: red; 
          text-decoration: underline overline; 
          font-size: 10pt
          font-weight: bold 
        }

/* Set body text properties */
body {  
       font-family:  verdana, arial, helvetica, sans-serif; 
       font-size: 24pt; 
       color: #000000; 
       background-color: #FFFFFF 
     }

/* Set paragraph text properties */
p {  
     font-family:  verdana, arial, helvetica, sans-serif; 
     font-size: 10pt; 
     color: #000000 
  }

/* Heading definitions */
p { 
      padding-left: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
  }         

h1 {  font-family: verdana, arial, helvetica, sans-serif }
h2 {  font-family: verdana, arial, helvetica, sans-serif }
h3 {  font-family: verdana, arial, helvetica, sans-serif }
h4 {  font-family: verdana, arial, helvetica, sans-serif;
      font-size: 12pt;
      background-color: #FF9933;
      padding-left: 5px;
      padding-top: 2px;
      padding-bottom: 2px;         
 }
h5 {  font-family: verdana, arial, helvetica, sans-serif }
h6 {  font-family: verdana, arial, helvetica, sans-serif }

/* Various */
blockquote {  
             font-family: verdana, arial, helvetica, sans-serif;
             font-size: 10pt 
           }
div {  
      font-family: verdana, arial, helvetica, sans-serif;
    }

.date {
        font-family: verdana, arial, sans-serif;
        font-size: 8pt;
        color: #000000;
      }

/* Foreground colors */
.fred {
          color: #FF0000;
      } 

/* Background colors */
.bred {
       background-color: #FF0000;
      }

.bwhite {
         background-color: #FFFFFF;
        }

.bblue {
        background-color: #0000FF;
       }

.blightblue {
             background-color: #C6E2FF;
            }
.bgreen {
             background-color: #99CC99;
            }
.boffwhite1 {
             background-color: #F7F7F7;
            }
.boffwhite2 {
             background-color: #F0F0F0;
            }
.boffwhite3 {
             background-color: #E0E0E0;
            }
.borange {
          background-color: #FF9933;
         }


/* Indentation */

input.indent1 { 
                  position: absolute;
                  left: 300px;
              }



