/* CSS Document */body {	background-repeat: repeat-y;	background-position: center;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	line-height: 18px;	color: #09313D;	margin-top: 0;	text-decoration: none;	background-color: #D2C2C8;	background-image: url(images/background2.jpg);}	a:link {	font-family: Arial, Helvetica, sans-seriff;	font-size: 14px;	color: #09313D;	font-weight: bold;	text-decoration: underline;}	a:visited {	color: #5130E2;	font-weight: bold;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;}	a:hover {	color: #09313D;	font-weight: bold;	text-decoration: underline;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;}	a:active {	color: #5130E2;	font-weight: bold;	text-decoration: none;}
