33 lines
372 B
HTML
33 lines
372 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
<!--
|
|
body
|
|
{
|
|
font-family: "Garamond", "serif";
|
|
font-weight: plain;
|
|
font-size: 11pt;
|
|
color: "#1D1056";
|
|
margin-left: 82;
|
|
background-repeat: repeat-y;
|
|
}
|
|
a
|
|
{
|
|
color: 84CBDF;
|
|
}
|
|
HR
|
|
{
|
|
color: 1D1056;
|
|
width: "100%";
|
|
height: 2;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body
|
|
background="Sea Marble.jpg"
|
|
bgcolor="#666699"
|
|
>
|
|
</body>
|
|
</html>
|