body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #b7b7b7;
}

p {
	margin: 7px 7px 7px 7px;
}

.txt1 {
	font-size: 11px;
	color: #8C8C8C;
}

.txt2 {
	font-size: 11px;
	color: #AFAFAF;
}

a:link {
	
	font-size:11px;
	color: #8C8C8C;
	text-decoration: none;	
}

a:visited {
  
  color: #8C8C8C;
  text-decoration: none;
}

a:hover {

  color: #AFAFAF;
  text-decoration: none;
}

a:active {
	
	color: #8C8C8C;
	text-decoration: none;
}
