html { 
  font-family: "Arial" 
}

div.photo {
    width: 300px;
    height: 300px;
    background-image: url('pic.jpg');
    margin-left:20px;
	margin-top:20px;
}

div.main {
    position: absolute;
    top: 20px;
    left: 350px;
    width: 700px;
}

.pt {
    font-weight: bold;
    color: #009933;
}

.pa {
    color: #663300;
}

.pc {
    font-style: italic;
}

.po {
    color: #404040;
}