document.write("<style>");
document.write("");
document.write("TABLE#weather {width: 140px; border: 2px ridge;background-color: #FFFFFF; margin:5px auto;}");
document.write("");
document.write("TABLE#weather TR TD {font: 10pt \"Arial\", sans-serif; color: black; vertical-align: top;}");
document.write("");
document.write("TABLE#weather TR TD.heading {text-align: center; border-bottom: 1px solid #aaa; padding: 4px 0px;}");
document.write("");
document.write("TABLE#weather TR TD.location {font: 12pt \"Arial\", sans-serif; color: black; font-weight: bold;}");
document.write("");
document.write("TABLE#weather TR TD.stat {font-weight: bold;}");
document.write("");
document.write("TABLE#weather TR TD H1 {font: 12pt \"Arial\", sans-serif; color: red; text-align: center;}");
document.write("");
document.write("</style><table id=\"weather\">");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td colspan=\"2\" valign=\"top\" class=\"location heading\">Detroit, MI, US</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td colspan=\"2\" valign=\"top\" class=\"heading\"><h1>Current Conditions</h1>");
document.write("");
document.write("<strong>25&deg;F</strong><img src=\"https://www.cu-village.com/shells/jsweather/icons/sm/FairNight.png\" alt=\"Fair\" align=\"absmiddle\" />");
document.write("");
document.write("<p>Fair</p>");
document.write("");
document.write("</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Humidity:</td><td class=\"stat\">85%</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Wind:</td><td class=\"stat\">0 mph N</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Visibility:</td><td class=\"stat\">0.06 mi</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td>Barometer:</td><td class=\"stat\">30.18 in rising</td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("<tr>");
document.write("");
document.write("<td colspan=\"2\" class=\"heading\"><a href=\"http://www.cu-village.com/frc_weather/index.php?villid=craftsman\">Extended Forecast for Detroit, MI, US</a></td>");
document.write("");
document.write("</tr>");
document.write("");
document.write("</table>");

