html {
    background-color: #fff;
}
body {
    font-family: Roboto, Arial;
    color: #000000;
    margin: 0px;
    background-image: url('fon_str.gif');
    scrollbar-face-color: #0099FF;
    scrollbar-highlight-color: #00FFFF;
    scrollbar-shadow-color: #6699FF;
    scrollbar-arrow-color: #0033FF;
    scrollbar-track-color: #99CCFF;
    scrollbar-darkshadow-color: #3399FF;
    scrollbar-base-color: #3399FF;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    OnLoad="window.defaultStatus='Диагностический центр Альянс-Д'"
}

a {
    color: #0033FF;
    text-decoration: none;
}

a:visited {
    color: #0033FF;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.hormenu {
    text-decoration: none;
    /*font-family: bookman old style;*/
    font-size: 10pt;
    text-align: center;
    font-weight: 600;
}

.hormenu a {
    color: #0033FF;
    text-decoration: none;
}

.hormenu a:visited {
    color: #0033FF;
    text-decoration: none;
}

.hormenu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.vermenu {
	text-decoration: none;
	/*font-family: bookman old style;*/
	font-size: 11pt;
	text-align: center;	
	width: 138px;
	height: 30px;
	border-radius: 15px;
	border: 2px solid rgb(14, 179, 255);
	box-shadow: 0px 2px 5px -3px black;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,253,255,1)), color-stop(100%, rgba(123,204,251,1)));
	background: -webkit-linear-gradient(top, rgba(237,253,255,1) 0%, rgba(123,204,251,1) 100%);
	background: linear-gradient(to bottom, rgba(237,253,255,1) 0%, rgba(123,204,251,1) 100%);
	font-weight: 600;
}

.vermenu:active {
	box-shadow: 0 0 0 0 transparent;
}
.vermenu a {
    color: #0033FF;
    text-decoration: none;
}

.vermenu a:visited {
    color: #0033FF;
    text-decoration: none;
}

.vermenu:hover a{
    text-decoration: underline;
}

.text {
    color: #000066;
    /*font-family: arial;*/
    text-align: justify;
    font-size: 11pt;
}

.lmenu {
    text-decoration: none;
    /*font-family: bookman old style;*/
    font-size: 10pt;
    text-align: center;
    background-image: url('lit_cnop.gif');
    width: 138;
    height: 23;
}

.lmenu a {
    color: #0033FF;
    text-decoration: none;
}

.lmenu a:visited {
    color: #0033FF;
    text-decoration: none;
}

.lmenu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}