html, body {
	margin:10px;
	padding:0px;
}
body, input, select, textarea { 
	color: #9f958a;
	font-family: "Courier New", Courier, monospace;
	background-image:url(porn/texture.jpg);
}
A:link {
	text-decoration: none;
	color: #235937;
} 
A:visited {
	text-decoration: none;
    color: #235937;
}
A:active {
     text-decoration: none;
     color: #FF491C;
}
A:hover {
     text-decoration: underline;
     color: Red;
} 
table.main {
	width: 1000px;
	border: 3px groove;
	background:#05050d;
}
table.left {
	width: 200px;
}
table.center {
	width: 800px;
}
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:#9f958a;
}
td.tumb {
	width: 210px;
	text-align:center;
}
table {
	border:none;
}
td.text {
	text-align:left;
}
.text {
	text-indent: 25px;
	text-align:justify;
	padding-left: 10px;
	font-size: 17px;
}
.link2{
	font-size: 24px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: #A7A7A7;
	font-family: Arial, Helvetica, sans-serif;
	
}