a
{
color: #996633;
text-decoration: underline;
}

a:hover
{
color: #000000;
text-decoration: underline;
}

.howisit
{
color: #996633;
text-decoration: none;
cursor:pointer;
border-bottom:1px dashed #996633;
font-family: arial;
font-size: 12px;
}

.heading
{
font-family: arial;
font-size: 30px;
font-weight: bold;
color: #666666;
padding: 0 0 20px 0;
}

.text
{
font-family: arial;
font-size: 15px;
line-height: 21px;
color: #000000;
padding: 0 25px 0 75px;
}

.justtext
{
font-family: arial;
font-size: 12px;
line-height: 15px;

}