<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Is This a Button?</title>
<style type="text/css">
.submit {
border: 0;
color: blue;
background-color: white;
text-decoration: underline;
}
</style>
</head>
<body>
<form>
<input class="submit" type="submit" value="Click Me" />
</form>
</body>
</html>