.son {
    border:solid 1px #000000;
    width:100px;
    height:50px;
    background-color:#7777ff;
}
.daughter {
    border:solid 1px #000000;
    width:100px;
    height:50px;
    background-color:#ff7777;
}
.child {
    padding-top:5px;
    padding-bottom:5px;
}
.name {
    font-family:Verdana, sans-serif;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    border-bottom:dotted;
    border-bottom-color:#000000;
    border-bottom-width:1px;
}
.about {
    font-family:Verdana, sans-serif;
    font-size:12px;
    font-weight:normal;
    padding:2px;
}
.vborder1 {
    border-left:1px #000000 solid;
    border-top: 1px #000000 solid;
    width:10px;
}
.vborder2 {
    border-left:1px #000000 solid;
    border-bottom: 1px #000000 solid;
    width:10px;
}
.hborder {
     width:10px;
     height:1px;
     background-color:#000000;
     font-size:1px;            
}
.card {
    border:solid;
    border-color:#000000;
    border-width:1px;
    background-color:#eeeeee;
}
.cardheader {
    background-color:#666666;
    color:#ffffff;
}

.cardbody {
    padding:15px;
}


