

/**********************************
 *
 * DEFAULT BODY STYLE
 *
 **********************************/

body
{
   background-image: url(images/kona.water.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
}


/**********************************
 *
 * SPECIAL HEADERS
 *
 **********************************/

#trips-header {

   color: #003366;
   font-size: 15pt;
   font-family: "Arial Black";

}

#trips-category-header {

   color:       #800000;
   font-size:   12pt;
   font-family: "Arial Black";

}

#trips-subheader {

   color: #003366;
   font-size: 11pt;
   font-family: "Arial Black";
   font-weight: bold;

}

#courier-header {

   color: brown;
   font-size: 10pt;
   font-family: "courier new";
   font-weight: bold;

}

/**********************************
 *
 * SPECIAL FONTS
 *
 **********************************/

#header-font {

   font-size: 13pt;
   font-family: "Arial Black";

}

#arial-font {

   font-size: 11pt;
   font-family: "Arial Black";

}

#a-font {

   font-size: 8pt;
   font-family: "Arial Black";

}


/**********************************
 *
 * COLOR IDs
 *
 **********************************/

#color-blue {
   color: blue;
   font-weight: bold;
}

#color-lightblue {
   color: #000066;
   font-weight: bold;
}

#color-brown {
   color: #990000;
   font-weight: bold;
}

#color-red {
   color: red;
   font-weight: bold;
}

#color-green {
   color: green;
   font-weight: bold;
}

#color-seagreen {
   color: #009999;
   font-weight: bold;
}

#color-olivegreen {
   color: #333300;
   font-weight: bold;
}

#color-blush {
   color: #CC3333;
   font-weight: bold;
}

