
body {
	background-color: #ffffff;
}

a:link {
	color: navy;
	text-decoration: none; 
}
a:visited  {
	color: #003333;
	text-decoration: none;
}
a:active {
	color: #003333;
	text-decoration: underline;
}
a:hover {
	color: #003333;
	text-decoration: underline;
}

.border {
	border:1px solid #999;
}


.fulltext {
	line-height: 1.4em;
}

.hl {
	line-height: 1.5em;
}


