/* CSS Document */#preview {	width: 600px;	background-color: #EEE;		margin: 30px 20px 20px 40px;	padding: 20px 20px 40px 20px;	text-align: left;	color: rgb(40,40,40);	}		#preview p {	font: normal 1em 'GoudyOldStyleT-Regular','Goudy Old Style',Goudy,Georgia,'Times Roman','Times-Roman',Times,serif;	color: rgb(40,40,40);	line-height: 1.25em;	text-transform: none;	text-indent: 25px;	padding: 0 40px;	margin-bottom: -10px;	}	#preview h1 {	font: normal 1.75em 'GoudyOldStyleT-Regular','Goudy Old Style',Goudy,Georgia,'Times Roman','Times-Roman',Times,serif;	color: rgb(20,20,20);	text-transform: uppercase;	letter-spacing: .2em;	padding: 0;	margin: 10px 0 30px 0;	text-align: center;	}	.toplink a, .toplink a:link, .toplink a:visited, .toplink a:active {	color: white;	text-transform: none;	text-decoration: underline;	padding-bottom: 40px;	}	.toplink a:hover {	color: rgb(186,5,12);	}		/* END */			
