/* определения основных тэгов */
body{
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-family : Arial;
        color: #FFFFFF;
        font-weight: normal;
        font-size : 12px;
}

h1, h2, h3
{
                font-family : Arial Black;
                font-weight: normal;
                font-size : 25px;
        color: #FFFFFF;
}
h1:first-letter {color: #FF0000;}
h2:first-letter {color: #FF0000;}
h3:first-letter {color: #FF0000;}


td
{
                font-family : Arial;
                font-weight: normal;
                font-size : 12px;
                line-height : 24px;
}

a{
        font-family : Arial;
        font-size : 12px;
        text-decoration: none;
        color: #900000;
}
a:hover{

        color: #ff0000;

}

.menu{

        background: url('images/menu.gif') top left no-repeat;
        color: #ff9090;
        height: 25px;
        text-decoration: none;
        vertical-align: middle !important;
        padding: 0px;
	padding-left:10px;
	padding-right:3px;
	border-bottom:0px;
}

.menu:hover {
        background-position: bottom left;
        text-decoration: none;
        color: #ffffff;
	border-bottom:0px;	
}


img {border: 0px;}

