These are the new "canned" NWS Forecast boxes for inclusion in Web Pages.
There are a total of 10 new Forecast boxes. The obvious differences between
1-5, 6-10 and 11 is the text color, blue vs red vs yellow.
Forecast boxes 1-5 also handling the centering of the form differently
than Forecast boxes 6-10 to show the possibility for options when
configuring the code. Forecast boxes 1-5 acheive centering by adding the
following
to the FORM: <form style="width:400px; margin:0 auto;
Forecast boxes 6-11 acheive centering by using a general statement under
STYLE
as follows: form {
width: 400px;
margin: 0 auto;
}