html, body {
     margin:10px;
     padding:0px;
}
body, input, select, textarea {
	background-color: #1b1812;
}
A:link {
	text-decoration: underline;
	color: #A7A7A7;
} 
A:visited {text-decoration: underline;
    color:  #A7A7A7;}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: none;
	color: Red;
}
.top{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #b9978a;
	height: 80px;
	
}
table.main {
	width: 780px;
	background-color: #090909;
	border-collapse: collapse;
	border-left: 2px double #b9978a;
	border-right: 2px double #b9978a;
	border-top: 2px double #b9978a;
	border-bottom: 2px double #b9978a;
}
.link1{
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.txt{
	font-size: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: Gray;
}

.link2{
	font-size: 24px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
}
.link3{
	font-size: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
}

.link4{
	font-size: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
}
.ban{
	width: 100px;
}
td.desk{
	border-bottom: 2px dotted #A7A7A7
}
.img{
		border-left: 1px dotted #A7A7A7;
	border-right: 1px dotted #A7A7A7;
	border-top: 1px dotted #A7A7A7;
	border-bottom: 1px dotted #A7A7A7;
}
.imgi{
	padding-left: 7px;
}