BODY {
	/*	background : #242015; */
	color: #242015;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #362f1f;
	background-image: url(../images/1_31.png);
	font-size: 10px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
/*	
	scrollbar-base-color: #39548D;
	scrollbar-arrow-color: #FFCC66;
	scrollbar-track-color: #8D9DBD;
*/	
	padding-left: 0px;
	}

	

/*	отвечает за поля для вывода слов и синонимов */
.inputtext {
	background-color: White;
	border: 1px double #B2B2B2;
	height: 500px;
	width: 100%;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
	
.synlist {
	background-color: White;
	border: 1px double #B2B2B2;
	height: 125px;
	width: 100%;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
	
.synword {
	background-color: White;
	border: 1px double #B2B2B2;
	width: 100%;
	height: 25px;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
	
.synedit {
	background-color: White;
	border: 1px double #B2B2B2;
	width: 100%;
	height: 25px;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
	


/*	отвечает за копирайты в низу */
.cop {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: White;
	font-family: "Times New Roman", Times, serif;
}

/*	отвечает за копирайты в низу */
.unik {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: Red;
	font-family: "Times New Roman", Times, serif;
}


	/*	отвечает за ссылки новостей */
a.unik:link, a.unik:visited {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14;
}

a.unik:hover {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}




/*	отвечает за h1 */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #484848;
	}
	
/*	отвечает зашрифт */
td, tr, p, div {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: Black;
}


	/*	отвечает за ссылки по умолчанию */
a:link, a:visited {
	color: #996666; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF2222;
	text-decoration: none;
	font-weight: bold;
}


	/*	отвечает за ссылки новостей */
a.news:link, a.news:visited {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14;
}

a.news:hover {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}


	/*	отвечает за ссылку на все новости */
a.allnews:link, a.allnews:visited {
text-align: center;
	color: Red;
	text-decoration: none;
	font-weight: bold;
	font-size: 13;
}

a.allnews:hover {
text-align: center;
	color: Red;
	text-decoration: underline;
	font-weight: bold;
}

	/*	отвечает за ссылку в нижнем меню */
a.ssilka-meny:link, a.ssilka-meny:visited {
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13;
}

a.ssilka-meny:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}


	/*	отвечает за ссылку в верхнем меню */
a.meny:link, a.meny:visited {
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13;
}

a.meny:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

	/*	отвечает за диз полей для ввода */
.inputbox {
   background: #e5e0d2;
   border : 2px double #c4af7a;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
   }