/* CSS Document */body	{	font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	background-color: #5C83D2;	background-image: url(images/StarryNight3.jpg);	background-repeat: repeat-x;	color: #FFFFFF;	margin-top: 35px;	}	a:link, a:visited, a:active	{	color: #FFFFFF;	text-decoration: none;	}	a:hover	{	color: #FFFFFF;	text-decoration: underline;	}	.content	{	overflow: auto;	height: 300px;	overflow-x: hidden; 	}	.footer	{	fontsize: 100%;	color: #FFFFFF;	text-align: center;	padding-bottom: 10px;	font-weight: bold;	}	.title	{	font-size: 120%;	color: #FFFFFF;	font-weight: bold;	}