﻿body {
    font-family: Verdana, Tahoma, Arial;
    font-size: 80%;
}

h1
{
    font-size: 150%;
    color: #333;
    margin-top: 0px
}

h2
{
    font-size: 130%;
    color: #333;
    font-weight: bold;
}

h3
{
    font-size: 105%;
    color: #333;
    font-weight: bold;
}

p
{
    text-indent: 0em;
    color: #333;
    text-align: justify;
}

#dyncontent
{
    border: solid 1px red;
    padding: 15px;
    min-height: 500px;
}

.RefItem
{
    width: 450px;
    padding-bottom: 5px;
}

.H
{
    font-size: 13px;
    color: #000;
}

