31 lines
333 B
HTML
31 lines
333 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
<!--
|
|
body
|
|
{
|
|
font-family: "Courier", "sans serif";
|
|
font-weight: plain;
|
|
font-size: 12pt;
|
|
color: "#000000";
|
|
}
|
|
a
|
|
{
|
|
color: 690B0B;
|
|
}
|
|
HR
|
|
{
|
|
color: 000000;
|
|
width: "100%";
|
|
height: 4;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body
|
|
background="Office Supplies.gif"
|
|
bgcolor="#64709E"
|
|
>
|
|
</body>
|
|
</html>
|