/**********/
/* ОШИБКО */
/**********/

/****************/
/* БАЗОВЫЕ ТЕГИ */
* {
	margin: 0;
	padding: 0;
}
BODY {
	padding: 40px;
	color: #000;
	background-color: #eee;
	font: 62.5%/1.4 Tahoma, Arial, sans-serif;
}
A {
	color: #000;
	text-decoration: underline;
}
A:hover {
	color: #666;
	text-decoration: underline;
}
IMG {
	border: 0;
}
P {
	padding: 10px 0;
}
/* БАЗОВЫЕ ТЕГИ */
/****************/

/**********/
/* СТР-РА */
DIV#container {
	padding: 20px;
	background-color: #fff;
	font-size: 1.3em;
}
DIV#footer {
	background-color: #e0e0e0;
	padding: 20px;
	color: #666;
	font-size: 1.3em;
}
/* СТР-РА */
/**********/

/*************
/* ЗАГОЛОВКИ */
H1 {
	font: normal 2.5em Times New Roman, sans-serif;
}
H2 {
	font: normal 1.9em Times New Roman, sans-serif;
}
H3 {
	font: normal 1.5em Times New Roman, sans-serif;
}
/* ЗАГОЛОВКИ *
/*************/

/**********/
/* ПРОЧЕЕ */
.empty {
	clear: both;
}
/* ПРОЧЕЕ */
/**********/