html, body {
     margin:10px;
     padding:0px;
}
body, input, select, textarea {
	background-color: Black;
}
A:link {
	text-decoration: none;
	color: Maroon;
} 
A:visited {text-decoration: none;
    color:  Maroon;}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Red;
}
.top{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Silver;
	height: 80px;
	text-decoration: underline;	
}
table.main {
	width: 780px;
	background-color: Black;
	border-collapse: collapse;
	border-left: 2px dotted Red;
	border-right: 2px dotted Red;
	border-top: 2px dotted Red;
	border-bottom: 2px dotted Red;
}
.link1{
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #A7A7A7;
}
.txt{
	font-size: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: White;
}

.link2{
	font-size: 24px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: #A7A7A7;
}
.link3{
	font-size: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	color: #A7A7A7;
}

.link4{
		font-size: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	color: #A7A7A7;
}
.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;
}
