<?xml version = "1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>NS_StyleSheet.css</title>
<style type = "text/css">
<!---removes the underline from all text links--->
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}
-->
<!--
A:link {text-decoration: none;
        color: navy
       }
A:visited {text-decoration: none;
           color: #993399 
          }
A:active {text-decoration: none;
          color: navy
         }
A:hover {text-decoration: underline;
         color: gray
        }
-->

.main { font-family: arial;
        font-size: 12pt
      }
.sidelink { font-family: arial black;
            font-size: 13pt;
            color: navy
          }
h3 { font-family: times new roman;
     font-size: 25pt;
     color: navy
   }
.toplink { font-family: arial;
           font-size: 10pt;
           color: navy
         }
.pageup { font-family: arial;
         font-size: 10pt;
         color: navy
        }
.sub { font-family: arial black;
       font-size: 16;
       color: navy
     }        
</style>
</head>

