Edit in JSFiddle

<ol>
    <li>Insert key</li>
    <li>Turn key clockwise</li>
    <li>Push accelerator</li>
</ol>
li:first-child {
    color: red;
}