﻿.Red
{
    color:Red;
}
.yellow
{
    color:#e35f13;
}
.green
{
    color:#00AA00;
}
.underline
{
    text-decoration:underline;
    cursor:pointer;
}
img
{
    border:none;
}
h1
{
    font-size:16px;
}
h2
{
    font-size:14px;
    font-weight:bold;
}
h3,h4,h5
{
    font-size:14px;
    font-weight:bold;
}
.block
{
    display:block;
}

