body, p, span, div, li, td, th {
   color: #555;
   font: Verdana;
}

h1, h2, h3, h4, h5 {
   font: Tahoma;
}

body {
   margin: 0;
   padding: 0;
}

td {
   vertical-align: top;
}

a {
   color: blue;
}
a:hover {
   text-decoration: none;
}

#content {
   position: relative;
}

#buynow {
   border: 2px dashed #AAA;
   float: right;
   margin-left: 10px;
   padding: 0 5px 15px;
   text-align: center;
}

#buynowlink {
   background-color: #AACCCC;
   color: #444;
   font: bold 14px Tahoma;
   padding: 5px 20px;
   text-decoration: none;
}

#buynowlink:hover {
   background-color: #CCEEEE;
}

#oldprice {
   text-decoration: line-through;
}

#newprice {
   font-weight: bold;
   margin-bottom: 5px;
}

#discount {
   color: #BE0229;
}


