body, table {
	font-family: Arial;
	font-size: 14px;
	color: #003399
}

.term {
	color: #990000;
	font-weight: bold;
}

A {
	text-decoration :none;
	color:#339933;
}

A.letter {
	font-weight: bold;
	font-size: 14px;
}

.anchorletter {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

A.top {
	font-size: 10px;
}

A:hover{
	text-decoration: underline;
	color: red;
}

textarea {
	font-family: Arial;
}