html, body {
     margin:10px;
     padding:0px;
}
body, input, select, textarea {
	background-color: #141108;
}
A:link {
	text-decoration: none;
	color: #CE0000;
} 
A:visited {text-decoration: none;
    color:  #CE0000;}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Yellow;
}
.top{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9D0000;
}
table.main {
	width: 780px;
	background-color: #141108;
	border-collapse: collapse;
}
.link1{
	font-size: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #640c0b;
}
.txt{
	font-size: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: #640c0b;
}

.link2{
	font-size: 24px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: #640c0b;
}
.link3{
	font-size: 32px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	color: #640c0b;
}

.link4{
		font-size: 30px;
	padding-bottom: 14px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: #640c0b;
}
.img{
	border-left: 1px solid #640c0b;
	border-right: 1px solid #640c0b;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
}
.tm{
	border: 1px solid Red;
}
