BODY
{
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'MS Sans Serif';
    BACKGROUND-COLOR: white
}
.h1
{
	background-color: rgb(255,255,0);
}
.h2
{
	background-color: rgb(0,136,0); 
}
.h3
{
	background-color: rgb(204,51,51); 
}
.h4
{
	background-color: rgb(51,0,204);
}
.h5
{
	background-color: rgb(0,153,51);
}
.h6
{
	background-color: rgb(204,51,51);
}
