<!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 : 12pt;
                    	font-family : sans-serif;
                    	font-style : normal;
                    	color : Black;
                    	font-weight : bold;
                    }
                    
                    H1  {
                    	font-family : Tahoma;
                    	font-size : 8pt;
                    	font-weight : bold;
                    	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 : bold;
                    }
                    
                    H2  {
                    	font-family : Times New Roman,Verdana;
                    	font-size : 12pt;
                    	color : Black;
                    }
                    
                    H3  {
                    	font-family : Times New Roman,Verdana;
                    	font-size : 14pt;
                    	font-weight : bold;
                    	color : Black;
                    }
                    
                    H4  {
                    	font-size : 16pt;
                    	font-family : Times New Roman, Verdana;
                    	font-weight : bold;
                    	font-style : normal;
                    	color : Black;
                    }
                    
                    H5  {
                    	font-size : x-small;
                    	font-family : Tahoma;
                    }
                    -->
                    </style>
</head>

<body>



</body>
</html>
