body
{
  margin-top: 50px;
	margin-left: 110px;
	background-color: #7FC68A;
}

a
{
  text-decoration: underline;
	color: green;
}

a:hover
{
  text-decoration: none;
	color: #0E6D13;
}

table#buttons
{
  text-align: center;
	font-family: Verdana;
	font-size: small;
	color: gray;
}

div#main
{
  font-family: Verdana;
	font-size: small;
	color: #0B6F0F;
	background: url(images/div.jpg);
	margin-left: 60px;
	margin-top: 40px;
	width: 600px;
	text-align: justify;
	padding: 10px 10px 1px 10px;
}

h6
{
  font-family: Verdana;
	font-size: 60%;
	color: green;
}