table.table
 {
 background-color: #FFCCCC;
 border: 0px;
 border-spacing: 0px;
 }

td.main
 {
 width: 800px;
 }

a:link
 {
 color: #9933CC;
 text-decoration: none;
 border-bottom: 1px dashed;
 }

a:hover
 {
 color: #9933CC;
 text-decoration: none;
 border-top: 1px dashed;
 }

a:visited
 {
 color: #9933CC;
 text-decoration: none;
 border-bottom: 1px dashed;
 }


li
 {
 list-style-image: url(/images/heart.gif);
 }

img
 {
 border: none;
 }

