html, body {/* тело */
	height: 100%;
	
	background-color: #F9FCFF;


}

a {color: black;  font-size: 15px; text-decoration: none; font-weight: bold;}
a:hover {color: black; font-size: 15px; text-decoration: underline; font-weight: bold;}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
