div.content { width: 960px }
body { 
	max-width: 960px; 
	margin: 0 auto !important; 
	float: none !important; 
}
td { font-family: palatino linotype; }
p { font-family: palatino linotype; }
li { font-family: palatino linotype; }
a { color: blue; font-family: palatino linotype; }
a:hover { color: #5758ab; font-weight: normal; }
.sm { font-size: 10pt; }

/* dark purple */
.dark_background { background-color: #01007f; }
/* medium purple */
.medium_background { background-color: #5758ab; }
/* light purple */
.light_background { background-color: #97a0ce; }
/* pale purple */
.pale_background { background-color: #e8e8ef; }

