2025-04-27 07:49:33 -04:00

43 lines
607 B
HTML

<html>
<head>
<title></title>
<style>
<!--
body {
margin-left: 100;
}
UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, P, LI
{
color: red;
font-size: 25pt;
font-weight: regular;
font-family: Informal Roman, Times;
}
h1
{
color: 006600;
font-size: 35pt;
font-weight: bold;
font-family: Informal Roman, Times;
}
h2
{
color: 006600;
font-size: 30pt
font-weight: bold;
font-family: Informal Roman, Times;
}
-->
</style>
</head>
<body background="happyhol.gif">
<h1>Happy Holidays!</h1>
<p>Your message here.
</p>
</body>
</html>