/* Generic pages will be controlled by this style sheet.*/ body {	background-color: #4B1243;	margin: 0px;	padding: 0px;	background-image: url(../images/background.jpg);	background-attachment: fixed;}.text {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #ffffff;}/* ------- Text Effets ------- */div#toplinks {	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #D5D5D5;	text-decoration: none;	text-align: center;	padding-top: 10px;	padding-bottom: 7px;}div#toplinks a, a:link, a:visited, a:active {	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFA800;	text-decoration: none;	padding-top: 10px;	padding-bottom: 7px;}div#toplinks a:hover {	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #AE0025;	text-decoration: underline;	padding-top: 10px;	padding-bottom: 7px;	background-color: #FFA600;}/* ------- The text on the page. ------- */div#text {	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	padding-top: 0px;	padding-right: 12px;	padding-bottom: 0px;	padding-left: 12px;	text-align: justify;	line-height: 20px;}div#text a, a:link, a:visited, a:active {	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	text-decoration: underline;}div#text a:hover {	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;	color: #000000;	text-decoration: none;	padding-top: 1px;	padding-bottom: 1px;	background-color: #FFE400;}/* ------- The 'small print' at the bottom of the page. ------- */div#smallprint {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 9px;	font-weight: lighter;	color: #999999;	text-decoration: none;	text-align: center;	padding-bottom: 10px;}div#smallprint a, a:link, a:visited, a:active {	font-family: Georgia, "Times New Roman", Times, serif; 	font-size: 9px; 	color: #999999; 	text-decoration: none;}div#smallprint a:hover {	color: #FFFFFF; 	text-decoration: underline;}