*{
	font-family: Arial, Helvetica, sans-serif;
}

body, td{
	font-size: 14px;
}

p{
	padding-top: 0px;
	margin-top: 0px;
}

td{
    vertical-align: top;
	 width: 33%;
	 text-align: center;
}

.clr{
	clear:both;
}

a{
    color: #0077A7;
    text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


#block-on-center{
	position: absolute;
	left: 50%;
	width: 700px;
	height: 400px;
	margin-left: -350px; /* значение равно половине width со знаком минус */
	/*margin-top: -200px; /* значение равно половине height со знаком минус */
	border: 0px solid black;
}


.bg1{
	background-color: #1e90ff;
}

.bg2{
	background-color: #ffa07a;
}

.bg3{
	background-color: #2e8b57;
}

#text{
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
}
#text p{
	text-align: justify;
}


#cpy{
	font-size: 11px;
	color: gray;
	text-align: center;
}
