a
{ text-decoration: underline;
  color: #000000;
}

a:visited
{ text-decoration: underline;
  color: #000000;
}

#vcard
{ width: 436px;
  height: 260px;
  padding: 20px;
  vertical-align: top;
  background: url('foto.jpg') no-repeat;
  border: 2px solid #A0A0A0;
}

* html #vcard
{ width: 476px;
  height: 300px;
  padding: 20px;
  vertical-align: top;
  background: url('foto.jpg') no-repeat;
  border: 2px solid #A0A0A0;
}

#name
{ height: 40px;
  overflow: hidden;
  text-align: right;
  font-size: 35px;
  font-weight: bold;
}

#address
{ height: 170px;
  overflow: hidden;
  text-align: right;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #000000;
;
}

#home
{ height: 50px;
  overflow: hidden;
  text-align: right;
  float: right;
  width: 50%;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
}

#online
{ height: 50px;
  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: #000000;
  background-color: #FFFFFF;
  text-align: left;
}

a
{ text-decoration: underline;
  color: #000066;
}

a:active
{ text-decoration: none;
  color: #0000FF:
}

a:visited
{ text-decoration: underline;
  color: #000000;
}

a:hover
{ text-decoration: none;
  color: #0000FF;
}

a.mute
{ text-decoration: none;
  color: #000000;
}

a.mute:hover
{ text-decoration: none;
  color: #000000;
}

a.mute:visited
{ text-decoration: none;
  color: #000000;
}

p
{ text-align: justify;
  font-size: 11px;
}

.subtitle
{ font-size: 16px;
  font-weight: bold;
}

.title
{ font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.minortitle
{ font-size: 21px;
  text-align: right;
}

.majortitle
{ font-size: 21px;
  font-weight: bold;
  text-align: right;
}