.pic img {
width:150px;
height:150px;
}
.pic {
width:150px;
float:left;
padding:5px;
}
.text {
width:70%;
font-size:12px;
float:left;
padding-left:10px;
}
.text h2 {
font-size:24px;
margin:5px 0 10px 0;
}
.text a {
text-decoration:none;
}
.text a:hover {
text-decoration:underline;
}
.text hr {
margin:10px 0 10px 0;
}
.clr {
clear:both;
}