body 
{
background-color: white;
color: black;
font-family: 'sans serif';
letter-spacing: 0px;
}

a {target: frame2;}

p { text-align: left; }

.center {text-align: center}

td.left { text-align: left; }

td { text-align: center; padding: 10px; }

tr { text-align: center; }

table.nav
{
border: 1;
cell-padding: 5;
width: 90%;
}

table
{
border: 0;
cell-padding: 0;
width: 80%;
}

table.100 { width: 100%; }

a:link {color: blue; text-decoration: none; }
a:visited {color: purple; text-decoration: none;}
a:active {color: red; text-decoration: none;}
a:hover { color: green; text-decoration: underline;}


