body{
    margin: 0;
    padding: 0;
    padding-top: 5%;
}
a   {
    color: #321c12;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
a:hover{
    text-decoration: underline;
}
div.images{
    position: relative;
    left: 20%;
    float: left;
    width: 202px;
    border: solid 1px #cccccc;
    padding: 5px;
}
div.images  img {
    margin: 0;
    padding: 0;
    float: left;
}
div.text    {
    position: relative;
    left: 20%;
    float: left;
    width: 400px;
    font-family: sans-serif;
    padding: 5px;
    font-size: 12px;
    line-height: 150%;
}
p   {
    margin-left: 10px;    
}
h2  {
    font-family: trebuchet ms;
    font-size: 30px;
    margin: 0;
}
h3{
    color: #7d442b;
    font-family: trebuchet ms;
    font-size: 16px;    
}
b{
    font-weight: bold;
    letter-spacing: 1px;
}