@import url("814yzx/stylesheet.css");
body{
	background-image:url(../image/back.jpg);
	background-size:cover;}
.contain {
	
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 3%;
	
}
a {
	text-decoration: none;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
}
.titles {
	font-size: 45px;
	color:#0C6;
	text-decoration: none;
}
.row-2
{
	font-size:15px;
	margin-left:5px;
}
.dao,.context {
	
	clear: both;
}
.row-2-1 {
	font-size: 36px;
	background-color: #3C3;
	text-align: center;
	float: left;
	height: 110px;
	width: 110px;
	vertical-align:center;
}
.row-2-1 {
	margin: 20px;
	
}
.row-2-1,.row-3-1 ,.texts {
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	transition: background-color 1s linear;
}
.row-2-1:hover{
	background-color:#093;
}
.texts:hover{
	background-color:#090;
}
.dates {
	font-family:1980portable;
	font-size: 25px;
	font-weight: bolder;
	color: #0C3;
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 35px;
}
.contextss {
	background-color: #0C6;
	float: left;
	color:#FFF;
	height: 60px;
	width: 750px;
	margin-top: 20px;
	margin-left: 20px;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
	border-radius:13px;
	font-size:19px;
}
.contextss:hover{
	background-color:#090;
}
