/* This is the Master Cascading Style Sheet for Goose Creek Associates */
BODY
{
   font-family: arial, helvetica, sans-serif;
   backgound-repeat: no-repeat;
   background: #f0f0f0;
   background-attachment: fixed
}
A:link
{
  text-decoration: none;  	
  color: #008080
}
A:visited
{
  text-decoration: none;
  color: #008080
}
A:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #000000
}
H1, H2, H3, H4, H5, H6
{
  letter-spacing: .4em;
  color: #202020;
  font-family: arial, helvetica, sans-serif
}
H1
{
  font-size: 28px
}
H2
{
  font-size: 23px
}
H3
{
  font-size: 17px
}
H4
{
  font-size: 15px
}
H5
{
  font-size: 13px
}
H6
{
  font-size: 11px
}
P, TD, UL, OL, DL, menu, dir, address
{
  font-family: arial, helvetica, sans-serif;
  color: #202020;
  font-size: 11px;
  letter-spacing: .2em
}
pre
{
     letter-spacing: .2em;
	 color: #202020
}