@charset "UTF-8";


main h2 span{
color:#FF0;
}

main section dl{
margin:1em 0;
padding:0.5em;
background-color:#F8F8F8;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

main section dl dt{
text-align:center;
font-weight:700;
font-size:140%;
}

main section ol{
margin:1em;
padding:1em;
border:#C00 solid 2px;
background-color:#FDFBEC;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}

main section ol li{
margin:0.5em 0 0 2em;
list-style-type:decimal;
}

