﻿.float_right
{
    float: right;
}

.float_left
{
    float: left;
}

.clearer
{
    clear: both;
}

h4
{
    margin: 0px 0px 10px 0px;
}

.alert
{
    color: #ff0000;
}

hr
{
    border:none;
    background-color: #336699;
    height: 1px;
}
