h1 , h2 , h3
{
font-family:verdana,arial,sans-serif;
}

h1{
font-style:italic;
font-weight:800;
font-size:150%;
}

h2{
font-weight:700;
font-size:125%;
}

h3{
font-weight:600;
font-size:90%;
}

h4{
font-weight:200;
font-style:italic;
font-size:70%;
}

td > h4{
font-weight:200;
text-decoration:underline;
font-size:50%;
}

p:first-letter {
font-size:200%;
font-weight:bold;
}
p.test:first-letter {
font-size:100%;
font-weight:bold;
}
