a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}


.menu {
	margin-bottom: 20px;
}


.faq  .question{
	font-weight: bold;
	margin-bottom: 10px;
	
}

.faq  .answer{
	text-align: justify;
	margin-bottom: 20px;
}

.link .url{
	font-weight: bold;
}

.link .description{
 padding-left: 5px;
 margin-top: 5px;
 margin-bottom: 10px;
 text-align: justify;
}

