html, body {
     margin:0px;
     padding:0px;
	
}
body, input, select, textarea {
	background-color: #99C19F;
}
A:link {
	text-decoration: none;
	color: Red;
	font: bold;
} 
A:visited {
	text-decoration: none;
	color: Red;
	font: bold;
}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Teal;
}
table.main {
	width: 1000px;
	background-color: #F9F9F9;
	border-left: 5px double #5F8761;
	border-right: 5px double #5F8761;
}
table.main2 {
	width: 800px;
	background-color: #F9F9F9;
	border-left: 2px dotted #5F8761;
}
.img{
	border-bottom: solid #A68CF9;
}
.link2{
	color: #B90F0F;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink;
}
.link22{
	color: #B90F0F;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.img1{
	border: 2px solid #5F8761;
	}
.link1{
	color: Black;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 10px;
}
.link3{
	color: Black;
	font-size: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding: 3px 3px;

}
.link4{
	color: Black;
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding: 3px 3px;

}
.tops{
	border-bottom: 2px groove #5F8761;
	font-family: Arial, Helvetica, sans-serif;
	font: oblique;
	text-decoration: underline;
	color: Black;
}