html, body {
	margin:10px;
	padding:0px;
}
body, input, select, textarea { 
	background-color: #43474a;
	color:#d1a6a0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
A:link {
     text-decoration: none;
     color: #ffffff;
} 
A:visited {text-decoration: none;
    color: #ffffff;
}
A:active {
     text-decoration: none;
     color: #FF491C;
}
A:hover {
     text-decoration: underline;
     color: Red;
} 
table.main {
	width: 1000px;
	border: 3px groove;
	border-collapse: collapse;
}
table.left {
	width: 200px;
}
table.right {
	width: 800px;
	font-size: 16px;
}
table.top {
	width: 100%;
	height: 80px;
	text-align: center;
}
td.link6{
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px;
}
td.common {
	text-align:center;
}
td.root {
	text-align:center;
	text-decoration:blink;
}
td.tumb {
	width: 200px;
	text-align:center;
}
