﻿body
{
}
.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: medium;
}
.headLittle
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small;
    font-variant: small-caps;
    text-transform: uppercase;
}
.base
{
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
ol
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
}
.mainblock
{
    border-style: groove;
    list-style-type: none;
    display: block;
    width: 320px;
    padding: 10px 10px 10px 10px;
    background-color: #f0f0f0;
    border: 1px #FF0000 solid;
    margin: 40px 20px 10px 20px;
    float:left;
}
