
/**************************************************************** 

*****************************************************************/


/* Обобщающие стили */
	
	* {
		font-size: 100.01%;}

	html, body, 
	p, div, pre, 
	form, fieldset,
	dl, dt, dd,
	ul, ol, li,
	table, td, th, 
	h1, h2, h3, h4, h5 {
		margin: 0; padding: 0; line-height: 1.4;
		vertical-align: top;}

	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%; background: red;
/* Стандартный размер и стиль шрифта */ 
		font-size: 68.75%; font-family:  Verdana, Arial, Verdana, sans-serif;
		background: white;}

	html {
		width:100%; height: 100%;}

	table{
		border-collapse:collapse;}

	img {
		border: 0;}
	
/* Стандартные цветовые схемы для ссылок */

	a, a:visited, .content a, .content a:visited {
		color: #6E859F;}

	a:hover, a:active, .content a:hover, .content a:active {
		color: #C79531;}

.robots-links {
	display: none;
	}