/*
Created by Aleksey Mints 2001
 */

BODY{
background: #ffdd99;
BACKGROUND-IMAGE: url(image/backgr.jpg);
}

dt {
        font-weight: bold;
        color: black;

}

h1 {
        font-family: sans;
        font-weight: bold;
        font-size: 18pt;
        color: #990000;
        text-align: center;
}

h2 {
        font-family: sans;
        font-weight: bold;
        font-size: 14pt;
        color: #990000;
}

h3 {
        font-family: courier;
        font-weight: bold;
        font-size: 16pt;
        color: #aa5500;
        text-align: center;
}

h4 {
        font-family: arial;
        font-weight: bold;
        font-size: 10pt;
        color: black;
        text-align: left;
}

h5 {
        font-family: courier;
        font-weight: bold;
        font-size: 16pt;
        margin-bottom: 3;
        color: #aa5500;
        text-align: left;
}


p,ul {
        font-family: Times;
        font-size: 12pt;
}

.t {
        margin-top: 0;
        margin-bottom: 0;
        text-indent: 5%;
        text-align: justify;
        font-size: 13pt;
}

.no-t {
        margin-top: 0;
        margin-bottom: 0;
        text-indent: 0%;
        text-align: justify;
        font-size: 13pt;
}


A:link { 

        text-decoration: none;
}

A:active  { 

        text-decoration: none;
}

A:visited {

        text-decoration: none;
}

.t-link {  font-family: Arial, Helvetica, sans-serif; font-size: medium; font-style: normal; color: #0000FF}


