This code doesn't work in my script. It does not work at JSFiddle. This is the source code from Safari:
<head>
<link rel="stylesheet" type="text/css" href="dispatch.css">
<style>
generic {
width: 225;
height: 32px;
margin:auto;
text-align:center;
font:18px/18px Helvetica, sans-serif;
color:blue;
line-height: 24px;
font-size:14px;
font-weight:900;
}
</style>
<title>Processing Request</title>
</head>
<body>
</body>
</html>
<div class="generic">Sulphur Springs, TX<br></div>
what simple thing is this neophyte overlooking?