body{background-color: #ffffff; 
     font: 80% Century Gothic ;  
     color: #772200;
    }
     
div.text
{ margin-left: 200px;
     margin-right: 200px; }

a:link
{color:#661100;}
a:visited
{color: #661100; text-decoration: none;}
a:hover
{font-style: italic;
color: #000000;text-decoration: none;}
a:active
{font-style: italic; text-decoration: none;}

p.para {text-indent: 30px;}

p.cright {font-size: 70%;
          text-align: center;}

table.menu
{
	table-layout: fixed;
	border-collapse: collapse;
	border-top: none;
	border-bottom: none;
	border-color: #ffffff;
	background-color: #661100;
	width: 1000px;
	position: relative;
	top: 0px;
	text-align: center;
}
table
{
        color: #772200;
        table-layout: fixed;
        border-collapse: collapse;
	text-align: center;
}
a.menu:link
{color:#ffffff;  text-decoration: none;}
a.menu:visited
{color: #ffffff;text-decoration: underline;}
a.menu:hover
{font-style: italic;
color: #000000;text-decoration: none;}
a.menu:active
{font-style: italic; text-decoration: none; }

