﻿/*Common items*/
p
{
    text-align:justify;
}

/*Template 1 - Table style layout*/
.csstemplate_1 h1, h2, h3, h4, h5, h6
{
    color:Blue;
}

.csstemplate_1 img
{
    margin:0px 5px 5px 0px;
}

/*Template 2*/

.csstemplate_2 h1, h2, h3, h4, h5, h6
{
    color:Blue;
}

.csstemplate_2 img
{
    margin:0px 0px 5px 5px;
}

/*Template 3*/

.csstemplate_3 h1, h2, h3, h4, h5, h6
{
    color:Blue;
}

.csstemplate_3 #h1
{
    background-color: #ecf0f7;
    border:solid 1px #000;
}

.csstemplate_3 #c1
{
    background-color: #ecf0f7;
    border:solid 1px #000;
    padding:5px;
}

.csstemplate_3 #c2
{
    background-color: #ecf0f7;
    border:solid 1px #000;
    padding:5px;
}