body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-attachment: fixed;}

.text	{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d; }
.text a:link	{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d;  text-decoration: underline;}
.text a:visited	{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d;  text-decoration: underline;}
.text a:hover 	{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d;  text-decoration: none;}
.text a:active 	{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d;  text-decoration: none;}
.text b{font-family: Arial, Helvetica, sans-serif; font-weight: bolder; font-size: 10px; color: #5d5d5d;}

.title {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; text-transform: uppercase; color: #5d5d5d;}

