@charset "utf-8";


#text
{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	color:#333;
}


.title
{
	font-size:20px;	
	margin-bottom:40px;
	color:#333;
	line-height:26px;
}

#preview_left
{
	float:left;
	width:360px;
}

#preview_left img
{
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color: #333;
}

#preview_right
{
	float:right;
	width:360px;
}

#preview_right img
{
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color: #333;
}


#text a
{
	text-decoration:none;	
	padding:10px;
}

#text a:hover
{
	outline-color:#2E8BEA;
	outline-style:solid;
	outline-width:1px;
	background-color:#ECF4FD;

}