.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: ;
  color: ;
  margin: 0px;
}

A {
  color: #000000;
font-weight: bold;
  text-decoration: none;
}

A:hover {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

.description {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  background: ;
  color: red;
}

.text {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  background: ;
  color: blue;

}

.text2 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  background: ;
  color: green;

}