﻿body
{
    font-family:Arial;
    text-align:justify;
}

a
{
    color:#004CB3;
    text-decoration:none;
    border:none;
    
}

.green, h2, h5, h3
{
    color:#008000;
}

.yellow 
{
    color:#ffcc00;
}

.purple, h1, h4
{
     color:#800080;
}

h1
{
    font-size:24px;
}

h2
{font-size:18px;
}

h3
{font-size:16px;
}
img
{
    float:right;
    margin:10px;
    border: solid 1px #000;
   
}

.plain
{
    border:none;
}

strong
{
    color:#800080;
    font-weight:normal;
}

.sub
{
    font-size:12px;
    line-height:50%;
}