body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8080C0;
	color: #FFFFFF;
	font-size: medium;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.stress {
	font-style: italic;
}
.highlight {
	font-weight: bold;
}
.title {
	font-size: x-large;
	color: #FFFFFF;
}
.strong {
	color: #330066;
}
.warning {
	color: #990033;
}
.spacer {
	color: #8080C0;
}
.small {
	color: #330066;
	font-size: small;
}
.scrollText {
        padding:10px;
        width:600px;
        height:600px;
        overflow:auto;
		background-color:#6060A0
        }
