
div.veryimportant{
    background : purple;
                 }

h1{
    color : #0033ff ;
    font-size : large ;
  }

h2{
    color : #9933ff ;
    font-size : medium ;
  }

h3{
    color : #0033aa;
    font-size : 14px ;
    text-decoration: underline ;
  }

table#table-02 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0F0 url(img/bg_02.gif) repeat-x 0 100%;
               }

table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
               }

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
                  }

table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
                  }

