body, table		{
			margin: 0px;
			padding: 0px;
			font-family: verdana;
			font-size: 12px;
		}

h1		{
		font-size: 18px;
		}
		
h2		{
		font-size: 14px;
		}
		
.box {
  position:relative;
  top:-3px;
  left:-3px;
  width:400px;
  height:150px;
  background:#800517;
  padding: 10px;
  }
  
.box-outer {
  width:400px;
  height:150px;
  background:#333;
  position: relative;
  left: 3px;
  top: 0px;
  }
  
  .border {border:1px solid #E5E0D5;}
.odd {background-color:#FFFFFF;}
.even {background-color:#F8F7F4;}
