﻿.orange
{
    color: orange;
}
.gray
{
    color: silver;
}
.underline
{
    text-decoration: underline;
}
.noUnderline
{
    text-decoration: none;
}
.RoyalBlue
{
    color: #4169e1;
}
.CornflowerBlue
{
    color: #6495ed;
}
