﻿
table.FxRatesTable
{
    margin: auto;
}

td.CurrencyName 
{
    color: Silver;
}

td.CurrencyCode 
{
    font-weight: bolder;
    text-align: center;
}

td.CurrencyCodeOver 
{
    font-weight: bolder;
    background-color: Silver;
    text-align: center;
}

td.Parity 
{
    font-weight: bolder;
    color: Silver;
    text-align: center;
}

td.FxRate
{
    color: Gray;
    background-color: transparent;
    text-align: right;
}

td.FxRateOver
{
    color: Black;
    background-color: Silver;
    text-align: Right;
}
