Thanks Tom.
I'm using the framework. As per your advice, I've managed to get the tag working; font size and font weight all works fine. However, the font color isn't doing what I'm asking, and I'm not sure why.
h1 {
font-size: 29px;
line-height: 140%;
font-weight: 300;
font-color: @blue;
}