/* CSS Document */body {color: #FFFFFF; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif}body {	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */} a:link {	color:#3F2C48; 	text-decoration:none;}a:visited {	color:#3F2C48; 	text-decoration:none;}#Content {	position:absolute;	width: 700px;	height: 500px;	left: 50%;	top: 50%;	z-index: 1;	margin-left: -360px;	margin-top: -260px;	padding:10px;	background-color:#f3f3f3;	}#LongContent {	position:absolute;	width: 700px;	left: 50%;	margin-left: -360px;	padding:10px;	background-color:#f3f3f3;	}#Col3 {	position: absolute;	left: 300px;	top: 70px;	float: right;	margin-left: 10px;}#Guestbook {	position:absolute;	width: 700px;	left: 50%;	margin-left: -350px;	padding:0px;	}.Header {	font-family: Times, Times New Roman, serif;	font-size: 0.80em;	font-weight: bolder;	color: #BD888E;	padding-bottom: 10px;}.From {	font-family: Georgia, Times, Times New Roman, serif;	font-size: 11px;	font-weight: bold;	color: #e1e1e1;}.Message {	font-family: Times, Times New Roman, serif;	font-size: 13px;	font-weight: normal;	color: #ffffff;}.Date {	font-family: Times, Times New Roman, serif;	font-size: 12px;	font-weight: normal;	font-style: italic;	color: #BD888E;}.About_bold {	font-family: Georgia, Times, Times New Roman, serif;	font-size: 11px;	font-weight: bold;	color: #333333;}.About {	font-family: Times, Times New Roman, serif;	font-size: 13px;	font-weight: normal;	color: #000000;}hr {	size: 0px;	color: #fff;	padding: 0px 0px 0px 0px;	margin : 5px 0px 5px 0px;	border-top-color : #999999;	border-top-style : dotted;	border-top-width : 1px;	border-right : 0px;	border-left : 0px;	border-bottom : 0px;}