html, body {
     margin:10px;
     padding:0px;
}
body, input, select, textarea {
	background-color: #9C9C9C;
}
A:link {
	text-decoration: none;
	color: #730000;
} 
A:visited {text-decoration: none;
    color: #730000;}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Red;
}
table.top {
	background-color: #99A6B3;
	border-right: 4px double #7F8B98;
	border-left: 4px double #7F8B98;
	border-top: 3px double #C7CEDA;
	border-bottom: 3px double #C7CEDA;
	width: 780px;
	border-collapse: collapse;
}
td.top{
font-size: 27px;
	}
.link{
	font-size: 30px;
	text-align: center;
	color: Red;
	padding-bottom: 20;
	padding-left: 20;
	padding-right: 20;
}
.link2{
	font-size: 26px;
	text-align: center;
	color: Red;
	padding-bottom: 30;
	padding-left: 20;
	padding-right: 20;
	padding-top: 10
}
.warning{
	color: Black;
	font-size: 18px;
	padding-bottom: 10;
	padding-left: 25;
	padding-right: 25;
}
.txt{
	font-size: 19;
	color: Black;
	padding-bottom: 10;
	padding-left: 10;
	padding-right: 10;
	padding-top: 5;
	text-align: justify;
}
