A:link
{ text-decoration: underline; color:#000000;
}
A:visited
{ text-decoration: underline; color:#000000;
}
A:active
{ text-decoration: none; color:#000000;
}
A:hover
{ text-decoration: underline; color:#000000;
}

body 
{ background-image: url(http://www.mrspottsteaparty.com/teacups.jpg); 
font-family: times new roman, verdana;
color: #000000 ;
font-size: 11pt;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 45px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

td
{ font-family: times new roman, verdana;
color: #000000;
font-size: 11pt;
padding: 5px;
}

#times
{ font-family: times new roman, verdana;
color: #000000;
font-size: 10pt;
padding: 5px;
}

p
{ text-align: left;
}

ul
{ list-style-image: url(heart.gif);
text-align: left;
}

#image a {
  position:relative;
}
#image a img{
  display:block;
  position:absolute;
  top:-5000px;
  left:0;
}
#image a:hover img {
  top:-50px;
  left:0;
}