* {
	padding: 0; margin: 0;
}

body {
	width: 100%;
	background-color:#3b7e2a;
	font-family: trebuchet-ms, sans-serif, verdana;
	
}


.front {
  padding-left:2px;
  padding-top:0px;
  overflow:auto;
  width:800px;
  height: 579px;
  font-family: trebuchet-ms, sans-serif, verdana;
  color: white;
  margin-left: 10%;
}

.main {
	margin: 0 auto;
	width: 100%;	
}


.table {
  font-family: trebuchet-ms, sans-serif, verdana;
  color: white;
  text-align:left;
  font-size:12pt;
}

A:link {
  text-decoration: none;
  font-family:Trebuchet MS;
  color: #1E90FF;
}
A:visited {
	font-family:Trebuchet MS;
  text-decoration: none;
  color:#1E90FF;
}

A:active {
	font-family:Trebuchet MS;
  text-decoration: none;
}

A:hover {
	font-family:Trebuchet MS;
  text-decoration: underline;
  color: white;
}

small {
	font-size:7pt;
}

