/*THIS CSS FILE IS FOR THE TRIP PAGES*/

/* These are the font adjustments for the member pages - h1and h4 are bold red - h2 and h3 are the small black */
/* Any font tags in the html file (if any) will overide these */

h1 {font-family:arial, Helvetica, sans-serif}
h2 {font-family:arial, Helvetica, sans-serif}
h3 {font-family:arial Helvetica, sans-serif}
h4 {font-family:arial Helvetica, sans-serif}
l {font-family:arial, Helvetica, sans-serif}

h1 {color: #aa2d2d}
h2 {color: #313131}
h3 {color: #313131}
h4 {color: #aa2d2d}

/* The text alignment choises are left, center or right */
h1 {text-align: left}
h2 {text-align: left}
h3 {text-align: center}
h4 {text-align: center}

/* The font size expressed as a percent */
h1 {font-size: 80%}
h2 {font-size: 80%}
h3 {font-size: 80%}
h4 {font-size: 80%}

/* The font-style choises are italic, normal or oblique */
h1 {font-style: normal}
h2 {font-style: normal}
h3 {font-style: normal}
h4 {font-style: normal}

/* The font-weight choises are normal, bold or thicker expressed as as number e.g. #900 */
h1 {font-weight: bold}
h2 {font-weight: normal}
h3 {font-weight: normal}
h4 {font-weight: bold}

