.col-l{
  width: 320px;
  float: left;
  padding-left:2px;
  padding-right:10px;
}

.col{
  width: 500px;
  padding-left:10px;
  padding-right:10px;
}

h3{
  background: #009C6F;
}

h3 .pagetitle{
  margin-top:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: medium;
}
h4{
  background:#336666;
}

.quest{
  font-size: medium;
  font-weight: bold;
  color:#009C6F;
}

.qinit{
  font-size: x-large;
}

.ans {
  font-size: medium;
  font-weight: bold;
  color: #333333;
}

.subtitle{
  font-size: small;
  font-weight: bold;
  color: #009C6F;
}

.subtitle2{
  font-size: small;
  font-weight: bold;
  color: #333333;
}

.col-l p{
  margin-top:0px;
  font-size: small;
  line-height:140%;
  color: #333333;
}

.col p{
  margin-top:0px;
  font-size: small;
  line-height:140%;
  color: #333333;
}

.column{
  border:#009C6F solid 1px;
  padding: 5px;
}

.topagetop a{
  color:#009C6F;
}
.topagetop a:hover{
  color:#009C6F;
}

.footer{
  background-color: #009C6F;
}


