@charset "utf-8";
.main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
}
a {
	text-decoration: none;
	font-weight: bolder;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	font-weight: bolder;
}
.main p strong {
	color: #F00;
}
.red {
	color: #F00;
}

.200B {
	float: left;
	height: 150px;
	width: 150px;
	border: thin solid #000;
	background-color: #FCF;
}
.button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 5px solid #186193;
	border-radius: 25px;
	background: #279def;
	background: -webkit-gradient(linear, left top, left bottom, from(#279def), to(#186193));
	background: -moz-linear-gradient(top, #279def, #186193);
	background: linear-gradient(to bottom, #279def, #186193);
	-webkit-box-shadow: #2491dd 0px 0px 5px 0px;
	-moz-box-shadow: #2491dd 0px 0px 5px 0px;
	box-shadow: #2491dd 0px 0px 5px 0px;
	text-shadow: #0f3d5c 1px 1px 1px;
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.button:hover,
.button:focus {
    border: 5px solid ##1e79b8;
    background: #2fbcff;
    background: -webkit-gradient(linear, left top, left bottom, from(#2fbcff), to(#1d74b0));
    background: -moz-linear-gradient(top, #2fbcff, #1d74b0);
    background: linear-gradient(to bottom, #2fbcff, #1d74b0);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #186193;
    background: -webkit-gradient(linear, left top, left bottom, from(#186193), to(#186193));
    background: -moz-linear-gradient(top, #186193, #186193);
    background: linear-gradient(to bottom, #186193, #186193);
}
