Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css">
<!--
#test {
border-color: #000000;
border-style: solid;
border-width: thin;
width: 100%;
}
-->
</style>
</head>
<body>
<table bgcolor=#FFFFFF align="CENTER" rules="none" border="1" width="70%" cellpadding=0>
<tr bgcolor=#0000FF>
<td color:#000000 align="center"><a href="index.html">Services We Offer</a> | <a href="qualifications.htm">Qualifications</a> | <a href="clients.htm">Some of Our Clients</a> | <a href="about.htm">About Lone Star</a> | <a href="contact.htm">Contact Us</a></td>
</tr>
<h3 align="center">About Lone Star...</h3>
<br>
<tr><td><DIV id="test">Since 1989, Lone Star Trucking Safety Consultant
Services has been helping trucking firms with safety
issues including DOT compliance and Loss Control
recommendations. We have clients from Utah to Florida. Our rates are
reasonable... why not give us a call?
</DIV></td></tr>
</table>
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
<html>
<head>
<title>Layout Test</title>
<style>
.box {
border: thin solid black;
width: 70%;
margin-left: 15%;
text-align: center;
}
.menu, .menu a {
background-color: #0000FF;
color: #FFFFFF;
margin-top: 0;
text-decoration: none;
}
</style>
</head>
<body>
<div class="box">
<p class="menu">
<a href="index.html">Services We Offer</a> |
<a href="qualifications.htm">Qualifications</a> |
<a href="clients.htm">Some of Our Clients</a> |
<a href="about.htm">About Lone Star</a> |
<a href="contact.htm">Contact Us</a>
</p>
<h3>About Lone Star...</h3>
<p>
Since 1989, Lone Star Trucking Safety Consultant
Services has been helping trucking firms with safety
issues including DOT compliance and Loss Control
recommendations. We have clients from Utah to Florida. Our rates are
reasonable... why not give us a call?
</p>
</div>
</body>
</html>