﻿/* Default css for RSS Toplet */

.container
{
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: #009900;
    text-decoration: none;
    width: 400px;
    border-right: #0000ff thin dotted;
    border-top: #0000ff thin dotted;
    border-left: #0000ff thin dotted;
    border-bottom: #0000ff thin dotted;
}

._ul
{
    color: #009900;
}
._li
{
    color: #009900;
}
._separator
{
}
._a
{
    text-decoration: none;
    color: #000000;
}
._a:hover
{
    text-decoration: none;
    color: #000000;
}
._a:visited
{
    text-decoration: none;
    color: #000000;
}
