html, body {
	margin:10px;
	padding:0px;
}
body, input, select, textarea { 
	color: #ff9331;
	font-family: "Courier New", Courier, monospace;
	background-color:#844117;
}
A:link {
     text-decoration: none;
     color: #ffffcf;
} 
A:visited {
	text-decoration: none;
    color: #ffffcf;
}
A:active {
     text-decoration: none;
     color: #ffffff;
}
A:hover {
     text-decoration: underline;
     color: Red;
} 
table.main {
	width: 1000px;
	border: 3px groove;
	background:#000000;
}
table.left {
	width: 150px;
}
table.center {
	width:800px;
}
table.top {
	text-align: center;
	background-image: url(porn/top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:10px;
	padding-top:5px;
	width:703px;
	border: 3px groove;
	height:103px;
	color: #ffffcf;
}
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;
	text-indent: 25px;
	text-align:justify;
	padding-right:10px;
}
