body, td {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size:9pt;
  text-decoration:none;
  background:none;
}

.centered {
    text-align: center;
}

.shoppingcart  {font-family: Arial, Helvetica, sans-serif;

           color: #000000;

           font-size:8pt;

           text-decoration:none}

.cartheadings  {font-family: Arial, Helvetica, sans-serif;

           color: #000000;

           font-size:9pt;

           text-decoration:none}

.tiny {
	font-size: 9px;
}

A:link    {color: #000088; font-family: Arial, Helvetica, sans-serif; font-size:9pt}

A:visited {color: #000088; font-family: Arial, Helvetica, sans-serif; font-size:9pt}

A:hover   {color : #FF0000; font-family: Arial, Helvetica, sans-serif;
           font-size:9pt; text-decoration: none}

/* RULES FOR SHIPPING WILL BE DELAYED ANNOUNCEMENT */
#delayed_ship_bkg {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 460px;
    height: 170px;
    background: rgb(255,255,200);
    border: 2px solid gray;
    display: none;
}

#delayed_ship {
    position: absolute;
    top: 52px;
    left: 62px;
    width: 440px;
    height: 160px;
    background: none;
    text-align: left;
    display: none;
}

#delayed_ship h1 {
    color: navy;
    font-size: 160%;
    text-align: center;
    margin: 0;
}

#delayed_ship a {
    background: gray;
    padding: 2px 6px;
    color: white;
    text-decoration: none;
    display: block;
    width: 150px;
    margin: auto;
}
