web designers
<?xml version="1.0" encoding="utf-8"?>
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en"
"http://www,w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>futura web design</title>
</head>
<style>
body { background-color: #e6e6fa;
color: #191970;
font-family:arial,verdana,sans-serif;
}
h1
{ background-color:#191970;
color:#e6e6fa;
line-height:200%;
font-family:georgia,times new roman,serif;
}
h2 { background-color:#aeaed4;
font-family:georgia,times new roman,serif;
color:#191970;
}
p { font-size:.90em;
}
ul { font-weight:bold;
}
.nav { font-weight:bold;
font-size:1.25em;
}
</style>
<h1>futura web design</h1
<p class="nav">
<a href="index.htm">home</a>
<a href="services.htm">services</a>
<a href="contact.htm">contact us</a></p>
<h2>buisness services</h2>
<p>futura web design will take your customers around the world.<br />
we offer an extensive range of services: </p>
<ul>
<li>web design</li>
<li>animations</li>
<li>e-commerence</li>
<li>interactivity</li>
</ul>
<h2>we're ready to serve you</h2>
<p>contact us and talk to our hard working staff now!</p>
</html>