body {
  font:		small/1.6em verdana, Helvetica, Arial, sans-serif;
  }

h1, h2 {
  color:               #007e7e;
}

h1 {
  font-size:           50%;
}

h2 {
  font-size:           50%;
}

#guarantee {
  line-height:         1.9em;
  font-style:          italic;
  font-family:         Georgia, "Times New Roman", Times, serif;
  color:               #444444;
  border-color:        white;
  border-width:        1px;
  border-style:        dashed;
  background-color:    #a7cece;
  padding:             25px;
  padding-left:        80px;
  margin:              30px;
  margin-right:        250px;
  background-image:    url(images/background.gif);
  background-repeat:   no-repeat;
  background-position: top left;
}
#cats {
	background-image: url(lepoard.jpg) ;
}
#dogs {
	background-image: url(mutt.jpg) ;
}
#elixirs 
h2 {
		color:	black;
}
#elixirs 
h3 {
		color:	#d12c47;
		}
#elixirs {
		border:				solid thin #007e7e;
		width:		  		200px;
		padding-top:		20px;
		padding-right:		20px;
		padding-bottom:		20px;
		padding-left:		20px;
		margin-top:			0px;
		margin-right:		20px;
		margin-bottom:		0px;
		margin-left:		20px;
		text-align:			center;
		background:			white url(images/cocktail.gif) repeat-x;
}
div h2{
	color:	black;
}
#elixirs {
	line-height: normal;
}
.cd {
		font-style:	italic;
}
.artist {
		font-weight:	bold;
}
a:link {
color: green;
}
a:visited {
color: red;
}
a:hover {
color: yellow;
}
#elixirs a:link {
color: #007e7e;
}
#elixirs a:visited {
color: #333333;
}
#elixirs a:hover {
background: #f88396;
color: #0d5353;
}