body{
width: 100%;
background-color:#000;
color:#FFFFFF;
background-image:url(./_site_images/ns360_gradient.png);
background-repeat:no-repeat;
background-position: top center;
font-family: Arial,sans-serif;
font-size: 9pt;
margin:0;
padding:0;
text-align: center;
behavior: url(csshover.htc);
}

td{
font-size: 10pt;
}

a {color: #888888;}     /* link */
a:link {text-decoration: none}     /* unvisited link */
a:visited {text-decoration: none}  /* visited link */
a:hover {text-decoration: underline; color: white;}   /* mouse over link */
a:active {text-decoration: none}   /* selected link */

