body {
	font-family: "Times New Roman", Times, serif;
	background-color: rgb(150, 132, 86);
	text-align:center;
	font-size: 12px;
}

table { table-layout: fixed;
    width: 692px;
    height: 435px;
    border: 12px solid white;
    }

table.noborder { table-layout: fixed;
    border: none;
    font-size: 14px;
    font-weight: 700;     /* bold */
    text-decoration: none;

    }
	
table.rob { table-layout: fixed;
    width: 692px;
    height: 20px;
    border: none;
    }

p { font-size: 14px;
    font-weight: 700;     /* bold */
    margin: 0em 1em 1em 1em;
    padding: 0px 0px 0px 0px;
    text-indent: 2em;
    text-align: left;
    color: rgb(0, 0, 0);
    text-decoration: none;
    }

font { font-size: 14px;
    font-weight: 700;     /* bold */
    margin: 0em 1em 1em 1em;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-decoration: none;
    }

font.noindent { font-size: 14px;
    font-weight: 700;     /* bold */
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-decoration: none;
    }

H1 { font-size: 22px;
    margin: 0em 1em 0em .5em;
    text-align: left;
    color: rgb(0, 0, 0);
    }

H2 { font-size: 20px;
    margin: 1em;
    text-align: center;
    color: rgb(0, 0, 0);
    }

td.bg { 
    background-color: rgb(178,157,102);
    }

.copyright { font-size: 12px;
    color: rgb(255, 255, 255);
    text-decoration: none;
	text-align: center;
    }

.botnav { font-size: 12px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    word-spacing: 2px;
    }

:link { color: rgb(255, 255, 255); text-decoration: none; }  
:visited { color: rgb(63, 74, 74); text-decoration: none; }
a:hover { color: rgb(175, 80, 44); text-decoration: underline; }

ul.normal {  padding : 0; 
      margin: 0em 1em 1em 1em;
      padding: 0px 0px 0px 0px;
      font-weight: 700;     /* bold */
	font-size: 14px;
	text-align: left;
}

#list {
	list-style-type: disc;
	list-style-position: outside;
}

ul {  padding : 0; 
      margin : 0;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
}

li { display : inline}


