body {
	background-color:#222222;
	color:#666666;
	font-family:'Trebuchet MS', arial;
	font-size:12px;
}
a {
	color:red;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

table.main_table {
	background-color:#000000;
	border:1px solid #444444;
	width:800px;
	text-align:justified;
}
table.main_table td.left {
	width:150px;
}
table.main_table td.right {
	width:600px;
}
table.main_table td.menu {
}
table.main_table td.content {
	background-color:#222222;

}
input {
	border:1px solid red;
	background-color:#222222;
	color:#666666;
}