﻿html,body{height:100%; /*overflow:  hidden;*/ }
//body {margin:0; padding:0; background: #ffffff url(Безимени-2.jpg);}a{ color:#FFCC00}

.more {
    clear: both;
    position: relative;
}
ol, ul {
    list-style: none outside none;
}
.more ul {
    text-align: center;
}
.more ul li {
    display: inline;
    line-height: 30px;
    padding: 2px;
}
.more ul li.selected a, .more ul li.selected a:hover {
    background: repeat #4169E1;
    color: #FFFFFF;
    text-shadow: none;
}
.more ul li a {
    background: repeat #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    padding: 3px 6px;
    text-shadow: 1px 1px 1px #FFFFFF;
    white-space: nowrap;
	text-decoration:none;
	
}
.more ul li a:hover {
    background: repeat #4169E1;
    color: #FFFFFF;
    text-shadow: none;
}
