how do i change the color of the font of the custom made submit button on my form using css code below?
<style type="text/css" rel="stylesheet">
#mysubmit { background-color: #cfc; font-
size: 60%;
padding: 20px; font-weight: bold; }
</style>
<form method="get" action="page.php">
<input type="submit" id="mysubmit"
value=submit" />
</form>