/*css document */

/*number floats*/

.numberfloat{
display:block;
width:40px;
height:85px;
margin:5px 5px 0 10px;
float:left;
}

.howToLG
{
font-size:18px;
font-weight:bold;
margin: 5px 10px 0 10px;
line-height:150%;
}

.howToregular{
font-size:13px;
margin: -5px 10px 0 10px;
line-height:150%;
}

