/*
  Style sheet for Amcan Travel pages.

  Most pages are expected to be in the "main" browser frame.
  Logo, navigation, and contact frames are on the left.

*/

body { background-image:url(/images/mainBG.gif);
       text-align:left;
       font-family: verdana, arial, helvetica, sans-serif;
       font-size: 14px }

a {text-decoration: underline; font-weight: bold}

a:link { color: #095339; }

a:visited {  color: #095339; }

<* IF you give link hovers the dark block background, brighten the color a bit...*>

a:hover { color: #09A039; }

a:hover { color: #12F072; background: #095339; }

a:hover { color: #095339; background: #B5FFE5; }

h1 { text-align:center; font-family: Garamond, Times, TimesNewRoman;
     font-style: small-caps; font-size: 24px; }

h2 { text-align:center; font-family: Garamond, Times, TimesNewRoman; font-size: 20px; }

h3 { text-align:center; font-family: Garamond, Times, TimesNewRoman; font-size: 18px; }

h4 { text-align:center; font-family: Garamond, Times, TimesNewRoman; font-size: 16px; }

p  { font-family: verdana, arial, helvetica, sans-serif;
     font-size: 14px;
     text-align:left;
     font-weight: normal; color: black; text-decoration: none; 
     visibility: visible }

dl { font-family: verdana, arial, helvetica, sans-serif;
     font-size: 14px;
     text-align:left;
     font-weight: normal; color: black; text-decoration: none; 
     visibility: visible }

td { font-family: verdana, arial, helvetica, sans-serif;
     font-size: 12px;
     font-weight: normal; color: black; text-decoration: none; 
     visibility: visible }

li { font-family: verdana, arial, helvetica, sans-serif;
     font-size: 14px;
     text-align:left;
     line-height: 20px;
     font-weight: normal; color: black; text-decoration: none; 
     visibility: visible }

hr { width: 80%; align: center }

a:link img { border: 1px solid #095339; }

a:visited img { border: 1px solid #095339; }

a:hover img { border: 1px solid #095339; background: #B5FFE5; }

img { border: 0px; }

