.c { text-align: center !important; }
.r { text-align: right !important; }
.l { text-align: left !important; }

.c_red    { color: #FF0000 !important; }
.c_blue   { color: #0000FF !important; }
.c_green  { color: #00FF00 !important; }
.c_gray   { color: #777777 !important; }
.c_silver { color: #AAAAAA !important; }

.f_bold { font-weight: bold !important; }
.f_normal { font-weight: normal !important; }

.f_50 { font-size: 50% !important; }
.f_60 { font-size: 60% !important; }
.f_70 { font-size: 70% !important; }
.f_80 { font-size: 80% !important; }
.f_90 { font-size: 90% !important; }
.f_100 { font-size: 100% !important; }
.f_120 { font-size: 120% !important; }
.f_130 { font-size: 130% !important; }
.f_140 { font-size: 140% !important; }
.f_150 { font-size: 150% !important; }
.f_160 { font-size: 160% !important; }
.f_170 { font-size: 170% !important; }
.f_180 { font-size: 180% !important; }
.f_190 { font-size: 190% !important; }
.f_200 { font-size: 200% !important; }

hr.spacer {
    border-width: 0px;
    border-style: none;
    width: 100%;
    height: 0px;
    margin: 0px;
    padding: 0px;
		background-color: inherit;
}
hr.spacer.h0  { height: 0px; }
hr.spacer.h5  { height: 5px; }
hr.spacer.h10 { height:10px; }
hr.spacer.h15 { height:15px; }
hr.spacer.h20 { height:20px; }
hr.spacer.h25 { height:25px; }
hr.spacer.h30 { height:30px; }
hr.spacer.h35 { height:35px; }
hr.spacer.h40 { height:40px; }
hr.spacer.h45 { height:45px; }
hr.spacer.h50 { height:50px; }
hr.spacer.h55 { height:55px; }
hr.spacer.h60 { height:60px; }
hr.spacer.h65 { height:65px; }
hr.spacer.h70 { height:70px; }
hr.spacer.h75 { height:75px; }
hr.spacer.h80 { height:80px; }
hr.spacer.h85 { height:85px; }

ins.adsbygoogle {
	background: inherit;
}

.entry-content .result_table {
	width: 100%;
}
.entry-content .result_table caption {
	text-align: center;
	font-weight: bold
}
.entry-content .result_table td,
.entry-content .result_table th {
	border: 1px solid #AAA;
	text-align: center;
}
.entry-content .result_table th {
	background-color: #CCC;
	color: #555;
}


.entry-content blockquote {
	background-color: #EEE;
	font-size: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}