body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #493a25;
}
<!--
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
-->
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.font-7 {
	FONT-SIZE: 17px; FONT-FAMILY:Tahoma, "MS Sans Serif", sans-serif
}
.font-8 {
	FONT-SIZE: 17px; FONT-FAMILY:Tahoma, "MS Sans Serif", sans-serif ;color:#4f4f4f
}
.font-7-red {
	FONT-SIZE: 14px; FONT-FAMILY:Tahoma, "MS Sans Serif", sans-serif;color:#FF0000
}
.code {
	FONT-SIZE: 14px; FONT-FAMILY:Tahoma, "MS Sans Serif", sans-serif
}
.font-7-whitetittle {
	FONT-SIZE: 13px; FONT-FAMILY:Tahoma, "MS Sans Serif", sans-serif;color:#FFFFFF
}
.fontgreen {
	FONT-SIZE: 13px; FONT-FAMILY:Tahoma, "MS Sans Serif", sans-serif;color:#709100
}
.fontmenu {
	FONT-SIZE: 14x; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;color:#5B5444
}.textbox {
border-right: #808080 1px solid; 
border-top: #808080 1px solid; 
border-left: #808080 1px solid;
border-bottom: #808080 1px solid; 
}.fontsmall{	font-family: tahoma, Tahoma;
	font-size: 11px;
	color: #908a8a;
}.break-word {
word-wrap: break-word;
} 
     table.fixed {table-layout:fixed; width:1004px;}/*Setting the table width is important!*/
         table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/
         table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/
         table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/
         table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/