﻿.bodyText
{
    padding-left: 10px;
    padding-right: 10px;
}
.error
{
    color: Red;
}
.error a
{
    color: Red;
    text-decoration: none;
}
.error a:hover
{
    color:Red;
    text-decoration: underline;
}

