/* * <BODY> Rules * *//* general */BODY {		color: white;	font-size: 14px;	background-color: #888888;	}H1,H2,H3 {	font-family: sans-serif;	}	/* for non-gallery pages, show a background image*/BODY.MAIN {		background-image: url(label/sundaymorn.gif);	background-repeat: repeat;	}/* for gallery pages, background is dark-grey */BODY.GALLERY {	background-color: #555555;	}	TABLE.OUTER { 	border-color: #FFFFFF;	border-width: 1px;	}TABLE.INNER {	border-color: #000000;	border-width: 0px;	width: 400px;	height: 50px;	}	/* * Images in the Gallery have a black border */	IMG.GALLERY {	border:solid 8px;	border-color:black;	}/* * Sedt the attributes for links */	A:link {	color: #ffffff;	}			A:visited {	color: #000055;	}/* * An occasionally useful text style */.SMALLBLACK {	font-family: serif;	font-size:	12px;	color: black;}	