<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/SERVICES">

<html>
<head>

<style type="text/css">
<![CDATA[    
        
 body { background-color: #F5DF91; link: #F5DF91; alink: #F5DF91; vlink: #F5DF91 } 

    h1 { text-align: center; 
         font-family: lucida calligraphy, sans-serif; 
         color: #999999 }

    h2 { text-align: center; 
         font-family: tahoma, sans-serif; 
         color: red }

    h3 { text-align: center; 
         font-family: arial, sans-serif; 
         color: red;  
         font-size: 1.0em}

    h4 { text-align: center; 
         font-family: tahoma, sans-serif; 
         color: red }

td {
      text-align: left;
      vertical-align: top;
      font-family:Tahoma;
      font-size:14px;
      color:#806C59;
    }


   ul
     { 
       font-family: tahoma, sans-serif; 
       color: blue; 
       text-align: left;        
       padding: 0;
       margin: 0;
       margin-left: 14em;   
      }


 .logo  { position: absolute; top: 20px; left: 245px }

    p { font-size: 1.2em;
        color: blue; 
        text-indent: 3.0em;
        font-family: arial, sans-serif;
        margin-left: 2.0em;
        margin-right: 2.0em }

  
a {text-decoration: none; color: #0000ff}
    a:visited {color: #0000ff}
    a:hover {text-decoration: underline; font-size: 105%}  

]]>
</style>
</head>
<body>
</body>
</html>
  
</xsl:template>
</xsl:stylesheet>
