body {
	margin: 0 0 0 0;
	height: 100%;
	background-color: Black;
	font-family: Tahoma;
}

P{
	font-size: 84%;
	color: #FFFFFF;
}
H1 {
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 6px;
}

H2 {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px;
	text-align: center;
}
H3 {
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
}
a:{
	text-decoration: none;
}
a:link {
	color: #CCCCCC; /* Цвет ссылок */
	text-decoration: none;
	font-size: 80%;
	font-family: Tahoma;
}
a:visited {
	color: #CCCCCC; /* Цвет посещенных ссылок */
	text-decoration: none;
	font-size: 80%;
	font-family: Tahoma;
}
a:hover {
	color: #FFFFFF; /*цвет наведеного курсора*/
	font-size: 80%;\
	font-family: Tahoma;
}

.bg1 {
	background-image: url('../img/bg1.jpg'); /* Путь к фоновому рисунку */
	background-position: left top; /* Положение фона */
	background-repeat: no-repeat; /* Отменяем повторение фона */
}
