body{
background-color: #6f7971;
margin: 0px;
font-family: "trebuchet MS";
font-size: 14px}

h1 {font-size: 16px; color: #7DA569}
h3 {font-size: 16px; color: #7DA569}

.cntrtab{
padding: 10px;
border: 3px solid black;
font-family: "trebuchet MS";
font-size: 14px}

.divtxt{
margin-left: 60px;
margin-right: 15px;}

a:link{
	color: #7DA569;
	text-decoration: none;
}
a:hover{
	color: #7DA569;
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
	color: #000000;
}