<HTML>
<HEAD>
<TITLE>Trip Style Sheet</TITLE>

<STYLE TYPE="text/css" TITLE="Trip">

BODY {background : #ddd}

TABLE { background : #ddd}

P { color: darkgreen; 
font-size : 14pt;
font-family : Arial, sans-serif;
background : transparent}
ADDRESS { color : red;
font-family : sans-serif}

IMG {margin: 0pt, 0pt, 0pt, 0pt}

A:link { text-decoration: none; color: black }
A:visited { text-decoration: none; color: black }
A:active { text-decoration: underline; color: lime }
A:hover { text-decoration: underline; color: lime }

A:link IMG { border: 2px solid #800 }
A:visited IMG { border: 2px solid #800 }
A:active IMG { border: 2px solid lime }
A:hover IMG { border: 2px solid lime }

LI { color: yellow; font-family: Arial }
TD,TH { vertical-align: top;
font-size : 14pt;
font-family : Arial, sans-serif;
 }
H1,H2,h3,H4,H5 {font-family: arial; color: darkgreen}

</STYLE>

</HEAD>
</html>