html, body {
     margin:10px;
     padding:0px;
}
body, input, select, textarea {
	background-color: Silver;
}
A:link {
	text-decoration: none;
	color: Yellow;
} 
A:visited {text-decoration: none;
    color:  Yellow;}
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: 1000px;
	background-color: Black;
	border-collapse: collapse;
	border-left: 2px dotted White;
	border-right: 2px dotted White;
	border-top: 2px dotted White;
	border-bottom: 2px dotted White;
}
table.main2 {
	width: 850px;
	background-color: Black;
	border-collapse: collapse;
	border-left: 2px dotted White;
}
.link1{
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: White;
	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: Silver;
}

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

.link4{
	font-size: 30px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	color: Silver;
	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;
}
.link5{
	font-size: 17px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.link6{
	font-size: 17px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	color: AppWorkspace;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.link7{
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	color: ActiveCaption;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}