.stroka{
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	font-style : italic;
	font-weight : lighter;
	color : White;
	background-color : Black;
}
a{
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	font-style : italic;
	font-weight : lighter;
	color : White;
	text-decoration : none;
}
a:hover{
	color : Red;
	text-decoration : none;
}
.copywrite{
	font-family : "MS Serif", "New York", serif;
	font-weight : bold;
	font-size : 11px;
	font-style : normal;
	color : Black;
}
H1{
	color : Black;
	font-family : "MS Serif", "New York", serif;
	font-weight : bolder;
	text-align : center;
}
.text{
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-size : 17px;
	color : Black;
	font-style : normal;
}