body {
	background-color: #FFCC66;
	color: #663300;
}

a:link {
    color: #330000;
}
a:visited {
	color: #660000;
}
a:hover {
    color: #000000;
}
a:active {
}

h1,h2 {
	text-align: center;
	line-height: 75%;
}

.tamias {
	font-size: larger;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	/*border-width: thin;
	border-style: solid;*/
}

.term {
	text-decoration: underline;
	font-weight: bold;
}

.definition {
	font-style: italic;
}

.title {
	text-decoration: underline;
}

.reprinted {
    font-size: small;
}
