body
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #545454;
        background-color: #333333;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    
a
    {
        text-decoration: none;
        color: #333333;
    }

a:hover
    {
        background-color: #CFC7B7;
    }
    
h1  
    {
        font-size: 20pt;
    }
        
h2
    {
        width: 100%;
        color: white;
        background-color: #333333;
        font-size: 14pt;
        text-align: center;
        margin-top: 2em;
        padding-top: 7px;
        padding-bottom: 7px;
    }

h3
    {
        font-size: 12pt;
        margin-top: 2em;
    }
    
hr
    {
        clear: left; 
        border: 0; 
        border-bottom: 1px dotted;
    }

img
    {
        border: 0;
    }

img.button
    {
        float: left;
        padding-top: 4px; 
        padding-right: 1em;
    }
    
img#logo
    {
        position: absolute;
        /* position: fixed; */
        top: 256px;
        left: 0px; 
    }
    
img.text
    {
        position: relative;
        top: 4px;
    }
        
img.video
    {
        /* display: inline; */
        float: left; 
        margin-right: 12px;
        margin-bottom: 12px;
    }
    
div#rooster
    {
        background-image: url(images/rooster-commercial-editing-colours.png);
    }    
    
div#content
    {
        text-align: left;
        margin-left: 290px;
        padding-top: 100px;
        padding-bottom: 100px; 
        width: 370px;    
    }
    
div#sec1 h2
    {
        background-color: #A2BB08;
    }

div#sec2 h2
    {
        background-color: #FF7300;
    }

div#sec3 h2
    {
        background-color: #870157;
    }

div#sec4 h2
    {
        background-color: #DB0029;
    }

div#sec5 h2
    {
        background-color: #04B8BF;
    }

div#sec6 h2
    {
        background-color: #333333;
    }

p.item
    {
        font-size: 10pt;
    }
    
p.warning
    {
        font-size: 12pt;
        font-weight: bold;
        padding-bottom: 100px;
    }

p.details, span.details
    {   
        font-size: 10pt;
    }
