/* initial declaration to set sizes in different browsers - from alistapart. more in nonetscape.css */

body, div, p, th, td, li, dd    {
             /* redundant selectors to help NS4 not forget */
    font-family:   Arial, Helvetica, sans-serif;
    font-size:    11px;
}
body {
margin: 0px;
}			

/* get rid of the underlined links in the gateway include */
.includehov, .includehov a, .includehov a:hover {
text-decoration: none
}
