/* CSS Document */

h1 {
  font-size : 20px;
  padding : 3px;
  color : rgb(37,37,37);
}

# why {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
}

#why li {
  padding-left : 20px;
  margin-left : 0px;
  list-style-image : url('http://www.incparadise.com/incorporation/img/ok.gif');
  font-size : 12px;
}

#why h3 {
  text-decoration : underline;
  font-weight : bold;
  font-size : 15px;
  color : rgb(51,153,204);
}

#why h2 {
  font-weight : bold;
  font-size : 13px;
  color : rgb(51,153,204)
}

#why table {
  padding : 0px;
  margin : 0px;
  font-size : 13px;
}

#why th {
  padding : 3px;
  background-color :rgb(199,227,241);
  font-style : normal;
  color : rgb(37,37,37);
  font-weight : bold;
}

#why .td {
  text-align : center;
  padding : 1px;
  background-color : rgb(51,153,204);
  font-style : normal;
  color : rgb(239,239,239);
  font-weight : bold;
}

#why .head {
  padding-right : 10px;
  text-align : right;
}

#why .text{
  margin-left : 20px;
  font-size : 12px;
}

#why .underline {
  margin-left : 50px;
}
