h2{
	font-size: 12px;
	font-style: italic;
margin: 0;
}
label{
 border: 1px solid #0000CC;
    float: left;
    font-size: 12px;
    height: 40px;
    margin: 2px;
    padding: 2px;
    text-align: center;
    width: 93px;
}

 input[type="radio"] {
position: absolute;
display:none;
}
:checked + span {
    font-weight: bold;
color:#fff;
background-color: #FF0000;
}