table { margin: 0;
}

h1,h2,h3,h4 {
font-family: arial, 'sans serif';
}

h1 {
font-size: 24pt;
}

h2 {
font-size: 20pt;
}

h3 {
font-size: 16pt;
}

h4 {
font-size: 12pt;
}

p {
text-align: justify;
}

ul {
list-style-type: disc;
font-size: 9pt;
}

ul,address {
font-family: arial, 'sans serif'; 
/*margin-left: 15pt; this one breaks list in NN4 */
}

p,li,div,td {
font-size: 9pt;
font-family: arial, 'sans serif';
color: #0000FF;
}

.b {
text-align: center; border-style: single; border-width: 1 2 2 1; text-decoration: none;
}

/* th {background-color:#FAEBD7} */

body
{
background-color: #FFFFDD;
color: #0000FF;
}

h1,h2,h3,h4,hr 
{
color:#FFCC33; 
}

a:link    {color:saddlebrown}
a:visited {color:darkred}
a:active  {color:red}
a:hover   {color:red}

