/* General linkology */
a, a:link, a:visited
{
   font-weight : bold; 
   text-decoration : none;
   color: #393;
   background: transparent; 
}

a:hover
{
   text-decoration : underline; 
   color: #f32;
   background: transparent; 
}

a:active 
{
   font-weight : bold; 
   text-decoration : none;
   color: #526968;
   background: transparent;  
}

/*  Establish general layout parameters */
body
{
   background: #CCFF99 bottom left fixed repeat-x;
   color: #000;
   margin: 0;
   padding: 0;
   border: 0;
   text-align: center;
   font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
   padding-bottom: 25px;
}

h1
{
   text-align: left;
   font-size: 30pt;
}

p.address
{
   line-height: .15;
   text-align: left;
}

p
{
   text-align: left;
}


img
{
   background-color: #FFFAAA
}
