body {
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
	background-color: #96B8DC;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	background-color: #CCCCCC;
}
a:active {
	color: #000000;
}
.justif {
	text-align: justify;
}
h4 {
	font-style: italic;
	font-weight: bold;
	color: #0E6570;
	text-transform: none;
}
.greyident {
	color: #666666;
}
.square {
	list-style-type: square;
}
