html, body {
     margin:10px;
     padding:0px;
}
body, input, select, textarea {
    background-color: #680000;
}
.link{
	font-size: 33px;
	text-align: center;
	color: Red;
}

.link2{
	font-size: 55px;
	text-align: center;
	color: Purple;	
}
.link3{
	font-size: 30px;
	text-align: center;
	color: Red;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
A:link {
	text-decoration: none;
	color: Silver;
} 
A:visited {text-decoration: none;
    color: Silver;}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Yellow;
}

table.top {
	background-color: Black;
	border-right: 4px solid Maroon;
	border-left: 4px solid Maroon;
	border-top: 3px solid #FF5555;
	border-bottom: 3px solid #FF5555;
	width: 780px;
	border-collapse: collapse;
	}
td.tx {
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	border: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
td.tx1{
	color: Silver;
	font-size: 21px;
	font: bold;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
td.tx2{
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	border: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.pics{
	border-right: 2px solid Maroon;
	border-left: 2px solid Maroon;
	border-top: 1px solid #FF5555;
	border-bottom: 1px solid #FF5555;
}
.txt{
	font-size: 20px;
	color: Silver;
	text-align: justify;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
td.banner{
	padding-bottom: 50px;
	padding-top: 50px;
}

