body {
    font-family: Arial;
    color: rgb(52, 1, 153);
    background-color: white;
}

h1 {
    font-family: Arial;
    font-size: 12;
    color: navy;
}

h2 {
    font-family: Arial;
    font-size: 12;
    color: rgb(0, 102, 255);
}

p.namo-list {
    font-family: Arial;
    font-size: 12;
    color: rgb(43, 43, 31);
}

p.namo-sublist {
    font-family: Arial;
    font-size: 10;
    color: rgb(43, 43, 31);
}

table.namo-table {
    border-color: rgb(0, 204, 255);
}

table.namo-table td {
    border-color: rgb(0, 204, 255);
}

table.namo-table th {
    background-color: rgb(240, 240, 240);
    border-color: rgb(0, 204, 255);
}

span.namo-link, a:link {
    color: maroon;
    text-decoration: underline;
}

span.namo-visited, a:visited {
    color: rgb(100, 8, 7);
}

span.namo-active, a:active {
    color: rgb(102, 51, 153);
}

li.namo-list1 {
    list-style-image: url('nav/bullet1.gif');
}

li.namo-list2 {
    list-style-image: url('nav/bullet2.gif');
}