That CSS is defining the style for the H1 element, not a class called H1. If you wanted a H1 class, you could use this:
Code:
.H1
{
    COLOR: #0D5692;
}