table   {
	border: 0px solid;
	cellpadding: 0px;
	cellspacing: 0px;
	margin: 0 auto;
}

body    {background-color: rgb(81,0,0)} 

a 	{text-decoration:none;}

menu 	{font-family: papyrus;
      	font-size: 150%;}

.rightm {	
	background-color: #FFFBD8;
	border-left:10px solid rgb(33,38,105);
	border-right:10px solid rgb(33,38,105);
	border-bottom:10px solid rgb(33,38,105);
	border-top:10px solid rgb(33,38,105);
	border-style:double;
	font-family: arial;
	color: #00002F;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left:5px;
	table-cellpadding: 50px;
	table-border: 10px;
	vertical-align:top;
}
.rightm a:link {color:#787878;}
.rightm a:visited {color:#787878;}
.rightm a:hover {text-decoration:underline;}


.leftm  {
	border-right:1px solid rgb(81,0,0);
	border-left:1px solid rgb(81,0,0);
	border-bottom:1px solid rgb(81,0,0);

	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	text-align: right;
	vertical-align:top;
}
.leftm  a:link {color:#FFFBD8;}
.leftm  a:visited {color:#FFFBD8;}
.leftm  a:hover {color:#00002F;}





