body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.floatRight {
	float:right;
	margin: 1em;
}

.floatLeft {
    float:left;
    margin: 1em;
}

.bold {
	font-weight: bolder;
}
.highlight {
	color: #100F70;
	font-weight: bolder;
}
