body {
    font-family: Times;   
}

H1.pageTitle {
    padding: 0px 10px 0px 10px;
    font-family:arial,helvetica;
    color:black;
    font-weight:bold;   
}
H1.pageTitle2 {
    padding: 0px 0px 0px 0px;
    font-family:arial,helvetica;
    color:black;
    font-weight:bold;
	font-size: 24px;
	text-align: center;
}

p.question {
    padding: 0px 10px 0px 10px;
    font-family:arial,helvetica;
    color:#993333;
    font-weight:bold;
}

p.answer {
    padding:0px 40px 0px 45px;
}

p.desc {
    padding:0px 20px 0px 25px;
}
p.descbold {
    padding:0px 20px 0px 25px;
    font-weight:bold;
}

div.address {
    font-family:Arial,helvetica,sans;
    font-weight:bold;
    width: 600px; font-size: 14px; text-align: center;
}

span.address{
}

span.phone{
    color:#993333;
}

div.content {
    width: 594px; background: white; border: 2px solid black; font-size: 14px;
}

a, a:active, a:visited {
    color: darkblue;
    font-family:Arial,helvetica,sans;
    font-weight:bold;
}

a:hover {
    color:red;   
}

