body { color:red; background-color:black;
}
input { margin-left:2em; margin-top:2em;
}
label { width:2em; 
}
textarea { width:50em; height:30em;
}
h2 {color:white;text-decoration:underline  }

h1 { text-align:center; font-size:5em; border:solid grey .2em; text-decoration:underline;
}
option {color:blue; background-color:black; width:7em; }
optgroup {background-color:red; text-decoration:underline }
img{ background-color:black; }
.tom { margin-bottom:4em; }
a:link {color:teal;  }
a:visited {color:silver;}
:focus, a:hover {color:brown;}
a:active {color:gold;}