@charset "utf-8";
/* CSS Document */

*					{	margin : 0;
				 		padding: 0;
					}
body 				{	
						background-repeat: repeat;
						text-align:center;
					}
#contend			{	border: none;
						margin: 0 auto;
						z-index:2;
					}
					
.Stil2 				{	color: #FFFFFF;
						font-family: Arial, Helvetica, sans-serif;
						font-size: x-large;
					}
.Stil3 				{	font-family: Arial, Helvetica, sans-serif;
						font-size: large;
						color: #FFFFFF;}
						
a:link 				{	text-decoration: none;
						color:#FFFFFF;
					}
a:visited 			{	text-decoration: none;
						color:#FFFFFF;
					}
a:hover 			{	text-decoration: none;
						color: #666666;
					}
a:active 			{	text-decoration: none;
						color:#FFFFFF;
					}
					
table				{	margin-left:auto;
						margin-right:auto;
					}
					
td a 				{ 	display:block; width:100%; }