body {
	background-color: #4D0414;
}
.style1 {color: #61051A;
}
.header_name {margin-left:30px; 
							margin-right:40px; 
							font-size:16; 
							color:#61051A; 
							font-weight:bold; 
							margin-bottom:0;
}
.header {color:#f2eab1;
         font-family: Arial, Helvetica, sans-serif;
				 border-width:3px;
				 border-color:#f2eab1;
				 border-style:solid;
}
.menu_p   {text-align:center;
         margin-top:.1in;
				 font-size:12;
				 font-weight:bold;
}
.menu_col {vertical-align:top;
           border-width:4px; 
					 border-color:#AAA058;
					 border-style:solid;
					 background-color:#F2EAB1;
					 color: #61051A;
}
.menu_div {border-width:2px;
           border-color:#f2eab1;
					 border-style:solid;
					 color: #61051A;
}
.difference_p  {margin-top:10px;
                margin-left:10px;
								margin-right:20px;
								text-align:right;
								font-size:24;
								color:#f27154;
}
.main_p  {margin-left:20px;
          margin-right:10px;
					font-size:14;
					color:#61051a;
					margin-top:30px;
					margin-bottom:30px;
}
.main_col {background-color:#f2eab1;
           color:#ffffff;
					 vertical-align:top;
					 border-top-width:4px;
					 border-bottom-width:4px;
					 border-left-width:0;
					 border-right-width:0;
					 border-color:#AAA058;
					 border-style:solid;
}

a:link {
	color: #4D0414;
	text-decoration: none;
}
a:visited {
	color: #4D0414;
	text-decoration: none;
}
a:hover {
	color: #F27154;
	text-decoration: none;
}
a:active {
	color: #F27154;
	text-decoration: none;
}

