/* CSS Document */

.growleft:hover {
float: left;
}
a.growleft:hover img {
height: 443px;
}
.grow:hover {}
a.grow:hover img {
height: 443px;
}

#links a img {
  height: 0;
  width: 0;
  border-width: 0;
} 

#links a {
  display:block;
  padding-top: 110px;
} 

#links a:hover img {
  position: relative;
  top: -405px;
  left: -90px;
  height: 443px;
  width: 600px;
  border-width: 1px;
  border-color: #0ff;
}   

.thumbnail {
  float: left;
  width: 269px;
  height: 199px;
  border: 1px solid #660033;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660033;
}
.Cosmic {

	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660033;
}
.Cosmic26 {

	font-family: "Comic Sans MS";
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660033;
}
.Cosmic20 {

	font-family: "Comic Sans MS";
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660033;
}
.Cosmic14 {


	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660033;
}

