.boxmodel_hi {
  position: relative;
  top: 5px;
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
  padding: 7px 0px 7px 10px;
  border: #0A27A8 solid 1px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  padding: 5px 5px 5px 10px;
  background-color: #0A27A8;
  font-family: arial, verdana, helvetica, sans-serif;
  text-align: center; 
  font-size: 12pt;
  color: #dedede;
}

a.boxmodel_link {
  display: block; 
  position: relative;
  top: 5px;
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
  padding: 7px 0px 7px 10px;
  border: #dedede solid 1px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  padding: 5px 5px 5px 10px;
  background-color: #dedede;
  font-family: arial, verdana, helvetica, sans-serif;
  text-align: center; 
  font-size: 12pt;
  text-decoration: none; 
  color: #0A27A8;
}

a.boxmodel_link:hover { display: block; border: #0A27A8 solid 1px; background-color: #ffff99; }

a.boxmodel_link:active { display: block; border: #0A27A8 solid 1px; background-color: #0A27A8; color: #dedede; }
 
a.text_link {
  font-family: arial, verdana, helvetica, sans-serif; 
  font-size: 10pt; 
  text-decoration: none;
  color: #606060;
}

a.text_link:hover { color: #4ABAEE; text-decoration: underline; }