body {
	background-image: url("images/marble.jpg");
	background-color: #FFFFFF;
	color: #000000;
}

a:link {
    color: #660099;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #CC00CC;
}
a:active {
}

a.header {
    font-family: sans-serif;
    text-decoration: none;
}

a.bad {
    color: #333333;
}

.tophead {
	text-align: center;
}

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

.imageleft {
    float: left;
    padding-right: 4px;
}

.title {
	text-decoration: underline;
}

.reprinted {
    font-size: small;
}

.interest {
	font-style: italic;
}