h2
{
color: purple;
border-radius: 0px;
padding:4px;
margin:10px 0px;
text-shadow:2px 2px 3px ;
}
h3
{
color: white;
background-color: #369;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}

h4
{
color: white;
background-color: #369;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}


h5
{
color: white;
background-color: #33cc00;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}

h5
{
color: white;
background-color: aqua;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px;
margin:10px 100px 10px 0;
text-shadow:2px 2px 3px #404040;
}