<html>

<head>
<title>Sample Homepage</title>
</head>

<body style="font-family: Arial; 
             color: navy; 
             background-color: aliceblue">

<p>Gary Andrus<br />
Activity 1<br />
January ?, 2011</p>

<h1 style="text-align:center">
Welcome to Gary's Homepage
</h1>

<p>&nbsp;</p>

<h2>Information about Gary</h2>

<p> <strong><em>
Favorite Color:
</em></strong> Blue</p>

<p> <strong><em>
Favorite Animal:
</em></strong> Dog</p>

<p> <strong><em>
Favorite Movie:
</em></strong> What About Bob</p>

<p> <strong><em>
Names of Gary's Siblings:
</em></strong> Ji</p>

<p> <strong><em>
Birth State:
</em></strong> Ohio</p>

</body>
</html>