/* CSS Document *//* General styles */body { 		margin: 2;	padding: 2;	font: normal 1em Arial, sans-serif;		}/* End general styles *//* Top styles */#top {	border-style: thin;	border-width: 10px;	text-align: center;	background-color: #FFFFFF;	color: #000000;	text-decoration: none;	margin-bottom: 1em;	}#top a {		text-decoration: none;	color: #000000;	padding: 0 3px;	} #top a:hover {		background-color: #000000;	color: #FFFFF0;} /* End top styles *//* Content styles */#content {	background-color: #FFFFF0;	border-style: solid;	border-width: 1px;	padding: 0 3px;	}/*End content styles *//* Bottom styles */#bottom {	border-style: thin;	border-width: 10px;	text-align: center;	background-color: #FFFFFF;	color: #000000;	text-decoration: none;	margin-top: 1em;	}#bottom a {		text-decoration: none;	color: #000000;	padding: 0 3px;	} #bottom a:hover {		background-color: #000000;	color: #FFFFF0;} /* End bottom styles *//* Works cited style */#cited {		padding-left: 2em;	background-color: #FFFFF0;	border-style: solid;	border-width: 1px;	padding: 0 3px;}/* End works cited *//* Footnotes style */#footnotes {				 				   font-weight: 300; 				   font-size: small;				   }SUP {			vertical-align: super;			font-size: x-small;			}			/* End footnotes style *//* Address syle */#address {					font-weight: 600;					font-size: small;					}					/* End address style *//* Permissions style */#permissions {						font-weight: 600;						font-size: x-small;						}						/* End permissions style */