/* CSS Document */
.country {
  font-family: arial, sans-serif;
  background-color: #f7e9cd;
  padding: 0.2em;
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
.contactname {
  padding-left: 0.2em;
  margin-bottom: 0;
  font-weight: bold;
}
.contact{
  	width: 250px;
  	padding-left: 0.2em;
  	line-height: 1.5em;
}
.contact:link  {
	color: #990000;
	text-decoration: none;
}
.contact:hover {
	color: #990000;
	text-decoration: underline;
}
.contact:visited {
	color:#999999;
	text-decoration: underline;
}
.address {
	width:250px;
}
.contact2 {
	width: 100%;
  	padding-left: 0.2em;
  	line-height: 1.5em;
}
.contact2:link  {
	color: #990000;
	text-decoration: none;
}
.contact2:hover {
	color: #990000;
	text-decoration: underline;
}
.contact2:visited {
	color:#999999;
	text-decoration: underline;
}