/* main formatting */

body { text-align:center; background-color:#662100; color:#ffffcc; 
font-family:arial; font-size:12; }


td { text-align:left; }


/* link styles */

a:link { color:#ffffcc; text-decoration:none; }

a:visited { color:#ffffcc; text-decoration:none; }

a:hover { color:#ffffcc; text-decoration:underline; }




/* bold text */

.bold { font-weight:bold; }



/* heading */

.heading { font-size:14; font-weight:bold; text-decoration:underline; }



/* nav table */

.nav { background-color:#ffffcc; text-align:center; color:#662100; }



/* fine print */

.fineprint { font-size:10; color:#ffffcc; background-color:#330000; 
text-align:center; }




/* how pictures are formatted */

.pic { border-width:5; border-style:ridge; border-color:#ffffcc; }





/* alignment - currently not used */

.left { text-align:left; }
.right { text-align:right; }
