<style type="text/css">
.radiostyle {
background-color: #999;
}
</style>
<label for="a1" class="radiostyle">
<Input type = radio Name = 1 Value = 100 Onclick="changecss()" id="a1">
100 bucks</label>
What is the code for the function changecss() so that when the radio button is clicked, the radio background changes to some other color, e.g. green. Please help, I've looked for hours online without a solution.