html, body {
	margin:10px;
	padding:0px;
}
body, input, select, textarea { 
	color: #edd1c3;
	font-family: "Courier New", Courier, monospace;
	background-image:url(tumb/texture.jpg);
}
A:link {
     text-decoration: none;
     color: #000000;
} 
A:visited {
	text-decoration: none;
    color: #000000;
}
A:active {
     text-decoration: none;
     color: #FF491C;
}
A:hover {
     text-decoration: underline;
     color: Red;
} 
table.main {
	width: 1000px;
	border: 3px groove;
	background:#284a4c;
}
table.left {
	width: 200px;
}
table.center {
	width: 800px;
}
table.top {
	width: 800px;
	height: 80px;
	text-align: center;
	color: #edd1c3;
	background-image:url(tumb/top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:10px;
	padding-top:5px;
}
td.top {
	padding-top: 10px;
}
td.link{
	padding-left: 3px;
	padding-right: 3px;
	font-size:14px;
}
td.common {
	text-align:center;
}
td.bord {
	border:ridge;
}
td.root {
	text-align:center;
	text-decoration:blink;
	color:#FF0000;
}
td.tumb {
	width:180px;
	text-align:center;
}
table {
	border:none;
}
td.text {
	text-align:left;
}
