body {
#  margin: 0 auto;
#  padding: 0;
#  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12pt;
  bgcolor: white;
}

a:link {  color: #0074CA; text-decoration: none}
a[href]:hover {  color: #0074CA; text-decoration: none; background-color: #D3DBFE}
a:visited {  color: #0084E6; text-decoration: none}
.justification { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; letter-spacing: normal; text-align: justify; word-spacing: normal ; font-style: normal; font-weight: normal; font-variant: normal; white-space: normal}

p {
    text-align: justify;
}

.statement {
    font-weight: bold;
}

#avmenu {
  margin-bottom: 4px;
}

#avmenu a {
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: #505050;
  display: block;
  padding: 6px 0 0 10px;
  background: #f4f4f4;
  border-left: 4px solid #cccccc;
}	
	
#avmenu a:hover {
  background: #eaeaea;
  color: #286ea0;
  border-left: 4px solid #286ea0;
}

