
h1{
   /* background-color:#ffcccc;*/
    border-bottom:solid 1px #ff6699;
    border-right:solid 1px #ff6699;
    border-top:solid 1px #fcc;
    border-left:solid 1px #fcc;
    background-image:url(../img/contents/c3_h1.gif);
    background-repeat:repeat-x;
    }

h2{
    border-left:solid 10px #ff6699;
    border-bottom:solid 1px #ff6699;
    }

h3{
    border-left:solid 15px #ffcccc;
    }

h4{
    border-left:outset 10px #ffcccc;
    }

thead{
    background-color:#ffcccc;
    }
