﻿/*  N.B: style names must not have white space between the name.
    these styles need to be copied to file path:
        tiny_mce/themes/advanced/skins/default/content.css
*/
p.StandardText, span.StandardText
{
    display:block;
    color:#434343;
    font-size:12px;
    margin:2px;
}
span.Heading, p.Heading
{
    font-weight: normal;
    color: #84090b; 
    font-size: 20pt;
    margin: 2px 8px 8px 8px;
}
strong.StandardText, span.BoldColour, p.BoldColour
{
    display:inline;
    font-weight: bold;
    color: #84090b;
}
span.WebsiteLink, a.WebsiteLink
{
    color: #84090b;
    text-decoration: none;
    outline: none;
}
a.WebsiteLink:hover
{
    text-decoration: underline;
}

