<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Cascading Style Sheets</title>
<style type="text/css">                        
                        <!--
                        BODY  {
                        	background-color : white;
                        	margin-top : 0px;
                        	margin-left : 0px;
                        	font-size : 10pt;
                        	font-family : verdana;
                        	font-style : normal;
                        	color : Black;
                        	font-weight : bold;
                        }
                        
                        H1  {
                        	font-family : Verdana;
                        	font-size : 8pt;
                        	font-weight : normal;
                        	font-style : normal;
                        	color : Black;
                        }
                        
                        body a:link, body a:visited, body a:active  {
                        	color : Red;
                        	text-decoration : underline;
                        }
                        
                        body a:hover  {
                        	color : Teal;
                        	text-decoration : underline;
                        	font-weight : normal;
                        }
                        
                        H2  {
                        	font-family : Verdana;
                        	font-size : x-small;
                        	color : Black;
                        	font-weight : bold;
                        }
                        
                        H3  {
                        	font-family : Verdana;
                        	font-size : large;
                        	font-weight : normal;
                        	color : Purple;
                        	font-style : normal;
                        }
                        
                        H4  {
                        	font-size : large;
                        	font-family : Times New Roman;
                        	font-weight : bold;
                        	font-style : italic;
                        	color : Maroon;
                        }
                        
                        H5  {
                        	font-size : 8pt;
                        	font-family : Tahoma;
                        }
                        -->
                        </style>
</head>

<body>



</body>
</html>
