/*------------------------------------------------
Default Style Sheet

Author:  Eddie McWhirter
Email:   eddiemac777@gmail.com
Website: www.3e-web.com
------------------------------------------------*/

#header, h1
{
  color: blue;
  text-shadow: #999999 6px 4px 5px;
  /* For IE only */
  filter:shadow(color=#999999, direction=120, strenth=4);
  zoom:1;
}

#menu { 
  color: black;
}

a:link {
  color: black; 
}
a:visited {
  color: black;
}

body
{
  background-image: url('../images/fadewhitetolightblue.jpg');
  background-repeat: repeat-y;
}

H2{ color: #309; }

H3{ color: #3AF; }

H5{  }

#title
{
  background-color:#ffffcc;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: larger;
  width: 300px;
  color: inherit;
}