<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body{background-color:#E6E6FA'
color:#191970;}
h1{background-color:#191970;
color:#E6E6FA;}
h2{background-color:#AEAED4;
color:#191970;}
.hello{color:red;}
</style>
<body>
<h1>Trillium Media Design</h1>
<a href="homepage.html">Home</a> <a href="second%20page.html">Services</a> <a href="Third%20page.html">Contact</a>
<h2><font color="#0000A0">New Media and Web Design</font></h2>
<p><font color="#0041C2">Trillium Media Design will bring your company's Web presence to the nxt level.We offer a comprehensive range of services:</font></p>
<ul>
<font color="#56A5EC">
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<span class="hello"><li>Usability Studies</span></li>
<span class="hello"><li>Search Engine Optimization</span></li>
</font>
</ul>
<h2><font color="#0000A0">Meeting Your Business Needs</font></h2>
<p><font color="#0041C2">Our expert designers are creative and eager to work with you.</font></p>
<footer>
<small><i>Copyright © Karmen</i></small>
</footer>
</body>
</head>
</html>
service.html
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body{background-color:#E6E6FA'
color:#191970;}
h1{background-color:#191970;
color:#E6E6FA;}
p{background-color:#AEAED4;
color:#191970;}
</style>
<body>
<h1>Trillium Media Design</h1>
<p><a href="homepage.html">Home</a> <a href="second%20page.html">Services</a> <a href="Third%20page.html">Contact</a></p>
<h2><font color="#728FCE">Our Services Meet Your Business Needs</font></h2>
<dl>
<dt><b><font color="#56A5EC">Website Design</font></b></dt>
<dd><font color="#2B60DE">Whether your needs are large or small,Trillium can get you on the Web!</font></dd>
<dt><b><font color="#56A5EC">Interactive Animation</font></b></dt>
<dd><font color="#2B60DE">Multimedia training and marketing animations are our specialty.</font></dd>
<dt><b><font color="#56A5EC">E-Commerce Solutions</font></b></dt>
<dd><font color="#2B60DE">Trillium offers quick entry into the e-commerce marketplace.</font></dd>
<dt><b><font color="#56A5EC">Usability Studies</font></b></dt>
<dd><font color="#2B60DE">Trillium can access the usability of your current site and suggest improvements.</font></dd>
<dt><b><font color="#56A5EC">Search Engine Optimization</font></b></dt>
<dd><font color="#2B60DE">Most people find new sites using search engines.Trillium can get your website noticed.</font></dd>
</dl>
<footer>
<small><i>Copyright © 2014 Karmen</i></small>
</footer>
</body>
</head>
</html>