
<!--This style sheet applies color changes to table data boxes in the 
navigation header for Paper Creations
built July 2005-->

#container {
width: 100%;
}
#cell {
border: 0px;
}
a#anchor {
display: block;
background: maroon;
}
a#anchor:hover {
background: #8a5e69;
}
}
a#register {
display: block;
background: #ff0000;
}
a#register:hover {
background: #8a5e69;
}

<!-- Use this code for the html part in the body area.
<div id="container">
<table><tr>
<td id="cell"><a id="anchor" href="[whatever hyperlink is]"></a></td>
</tr></table>
</div>-->