#practice {
height: auto;
width: 840px;
margin: 0 auto;
padding: 0;
}

#practice h1 {
color: #722f2f;
font-size: 16px;
font-weight: bold;
text-align: left;
margin: 0;
padding: 20px 0 15px 0;
line-height: 100%;
border-bottom: 1px dotted #999481;
}

#practice h2 {
color: #464433;
font-size: 14px;
font-weight: bold;
text-align: left;
margin: 0;
padding: 15px 0 0 0;
line-height: 100%;
}

#practice h3 {
color: #722f2f;
font-size: 14px;
font-weight: bold;
text-align: left;
margin: 0;
padding: 15px 0 0 0;
line-height: 100%;
}

#practice p {
font-size: 12px;
color: #4f4e46;
text-align: left;
margin: 0;
padding: 5px 0 10px 0;
line-height: 150%;
}

#practice p.bottom {
border-bottom: 1px dotted #bab8b0;
}

#practice img.right {
float: right;
padding: 12px 0 0 20px;
}

#practice ul {
font-size: 12px;
text-align: left;
color: #3f3f3f;
margin: 0 0 0 25px;
padding: 0 0 20px 0;
line-height: 160%;
list-style-image: url(../images/three_squares.png);
}

#practice a:link {
color: #722f2f;
text-decoration: underline;
font-style: normal;
}

#practice a:visited {
color: #722f2f;
text-decoration: underline;
font-style: normal;
}

#practice a:hover {
color: #722f2f;
text-decoration: none;
font-style: normal;
}

#practice a:active {
color: #722f2f;
text-decoration: underline;
font-style: normal;
}