<!DOCTYPE html PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<-- This is for documents that do not contain frames. -->
<html>
<meta name="description" content="Description of page and or contents.">
<meta name="keywords" content="Words users might type in a search"
<title>Title of Page
(displayed in status bar on some browsers and in forward and back pop up on others)</title>
<body bgcolor="#c0c0c0" text="#000000" link="#0000ff"
alink="#ff0000" vlink="#800080" background="picture.gif">
Page info goes here. The text, link, alink (active link), and vlink
(visited link), are the default browsers colors of black, blue, red, and purple.
There are sixteen standard colors that may be used by name.
Color names and RGB values.
Black = "#000000" Green = "#008000" Silver = "#C0C0C0" Lime = "#00FF00" Gray = "#808080" Olive = "#808000" White = "#FFFFFF" Yellow = "#FFFF00" Maroon = "#800000" Navy = "#000080" Red = "#FF0000" Blue = "#0000FF" Purple = "#800080" Teal = "#008080" Fuchsia = "#FF00FF" Aqua = "#00FFFF"
</body></html>