<HTML>
<HEAD>
<TITLE>Delta Industries Style Sheets</TITLE>

<style TYPE="text/css">

h1 {
color: #000000;
font-weight: bold;
font-style: italic;
font-size: 20pt;
}

h2 {
color: #003366;
font-weight: bold;
font-style: normal;
font-size: 15pt;
}

h3 {
color: #003366;
font-weight: bold;
font-style: normal;
font-size: 12pt;
}

h4 {
color: #000000;
font-weight: bold;
font-style: italic;
font-size: 12pt;
}

h5 {
color: #FF0000;
font-weight: bold;
font-style: italic;
font-size: 10pt;
}

h6 {
color: #003366;
font-style: italic;
font-size: 7pt;
}

p {
color: #003366;
font-weight: bold;
font-size: 12pt;
font-style:;
}

BODY {
background-image: url("images/bluprnt.gif");
}

</style>
</head>

<body>
</body>

</html>