﻿body 
{
    background-color: mintcream;
}

div.mainContent
{
    width: 500px; 
    margin-left: 220px; 
    font-family: Arial;
}

div.linksBlock
{
    width: 190px; 
    padding: 10px 5px 5px 5px; 
    float: left; 
    font-size: 80%;
    font-family: Arial; 
    background-color: White; 
    border: solid 1px gray;
}

dt
{
    margin-bottom: 10px; 
    margin-top: 10px;
}

li
{
    margin-bottom: 10px;
}


