﻿html {
     overflow: -moz-scrollbars-vertical;
}

body
{
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fff8f0;
    background-image: url(http://cvnama.org/images/bgFlax.gif);
}

table
{
    border-collapse: collapse;
    border-width: 0px;
}

table.menu
{
    border-top: solid 1px #996633;
}

td
{
    vertical-align: top;
}

a
{
    color: #001188;
    text-decoration: none;
    border-bottom: dotted 1px #001199;
}

a:hover
{
    color: #881100;
    text-decoration: none;
    border-bottom: dotted 1px #991100;
    background-color: #f0f4fe;
}


p
{
    margin-top: 0px;
    margin-bottom: 8px;
}

a, b, strong, p, td, textarea, input, pre
{
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 15px;
}

b, strong
{
    font-weight: bold;
    color: #443344;
}

hr
{
    height: 1px;
    color: #991100;
}

ul
{
    margin-left: 16px;
    margin-top: 4px;
    margin-bottom: 8px;
}

li
{
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 8px;
    list-style: disc;
}
