a
{ text-decoration: underline;
  color: #A00000;
}

a:visited
{ text-decoration: underline;
  color: #A00000;
}

#vcard
{ width: 436px;
  height: 260px;
  padding: 20px;
  vertical-align: top;
  background: url('foto.jpg') no-repeat;
  border: 2px solid #C0A0A0;
}

* html #vcard
{ width: 476px;
  height: 300px;
  padding: 20px;
  vertical-align: top;
  background: url('foto.jpg') no-repeat;
  border: 2px solid #C0A0A0;
}

#name
{ height: 40px;
  overflow: hidden;
  text-align: right;
  font-size: 35px;
  font-weight: bold;
}

#address
{ height: 150px;
  overflow: hidden;
  text-align: right;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #A00000;
;
}

#home
{ height: 70px;
  overflow: hidden;
  text-align: right;
  float: right;
  width: 50%;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}

#online
{ height: 70px;
  overflow: hidden;
  float: left;
  width: 50%;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}

body
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #A00000;
  background-color: #FFFFFF;
  text-align: left;
}