h1 {
	COLOR: #000066; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 18; 
}
.header A:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.header A:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.header A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.header A:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.body A:link {
	FONT-WEIGHT: bold; COLOR: #000066
}
.body A:visited {
	FONT-WEIGHT: bold; COLOR: #000066
}
.body A:active {
	FONT-WEIGHT: bold; COLOR: #000066
}
.body A:hover {
	FONT-WEIGHT: bold; COLOR: #6699cc
}
A:link {
	COLOR: #000066
}
A:visited {
	COLOR: #000066
}
A:active {
	COLOR: #000066
}
A:hover {
	COLOR: #6699cc
}
.footer A:active {
	COLOR: #336699
}
.footer A:link {
	COLOR: #336699
}
.footer A:visited {
	COLOR: #336699
}
.footer A:hover {
	COLOR: #000066
}

/* http://www.alistapart.com/articles/cssdropshadows/ */
/* http://www.sitepoint.com/examples/dropshadows/ */
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
