/*style declaration within these classes are not important - we use them only to show the tags in the tag selector bar - only tag an class will be inherited*/
h2.Headline{
 font-weight:inherit; 
}

h3.Subheadline{
 color:#6db4dd;
}