a {
	outline: none
}

a:link {
	color: #6f7700;
	text-decoration : none;
}

a:visited {
	color: #771380;
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: #771380;
}

body {
	margin: 0;
	background-color: #FFF;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#terms {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7b2b83;
	padding: 15px 20px 0 15px;
	width: 530px;
	text-align: justify;
	margin: 100px 0 0 55px;
}
#table   {
	width: 439px;
	border: thin solid #7b2b83;
}
#tr, #td {
	padding: 6px;
	border: thin solid #7b2b83;
}

