document.writeln ("<STYLE type='text/css'>");
document.writeln ("A:link {text-decoration: none	}");
document.writeln ("A:visited {text-decoration: none}");
document.writeln ("A:active {text-decoration: none}");
document.writeln ("h1 {color: red; font-size: x-large; fontfamily: times new roman, sans-serif; text-align: center; text-transform: capitalize;");
document.writeln ("       background-color: black; border-width: 1; border-color: red; border-style:solid; width: 100%; font-weight: bold;}");
document.writeln ("h2 {color: white; font-size: small; fontfamily: verdana, serif; text-transform: uppercase}");
document.writeln ("h3 {color: white; font-size: small; fontfamily: verdana, serif; text-transform: capitalize; text-decoration: underline}");
document.writeln ("h4 {color: white; font-size: small; fontfamily: verdana, serif; text-transform: capitalize}");
document.writeln ("h5 {color: white; font-size: small; fontfamily: verdana, serif; text-transform: capitalize; font-style: italic}");
document.writeln ("</STYLE>");
