html, body {
     margin:0px;
     padding:0px;
	
}
body, input, select, textarea {
	background-color: #e2a2e0;
}
A:link {
	text-decoration: none;
	color: White;
	font: bold;
} 
A:visited {
	text-decoration: none;
	color: White;
	font: bold;
}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Red;
}
table.main {
	width: 1000px;
	background-color: #b158ae;
	border-left: 5px double #a97fef;
	border-right: 5px double #a97fef;
}
table.main2 {
	width: 800px;
	background-color: #b158ae;
	border-left: 2px dotted #a97fef;
}
.img{
	border-bottom: solid #A68CF9;
}
.link2{
	color: Black;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.img1{
	border: 2px solid #8d6afa;
}
.link1{
	color: #e2a2e0;
	font-size: 19px;
	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;

}
.tops{
	border-bottom: 2px groove #a97fef;
}