body 
	{
	height: 100%;
    overflow: hidden;
	background-image: url('famlam.jpg');
	background-repeat: no-repeat;
	}
span {background-color: #99ffe2;}
span {font-size:150%;}

	
table, th, td
		{
			border: 1px solid black;
			text-align:center; 
			vertical-align:middle;
			color:#3311BB;
		}
		
tr:nth-child(even) 
	{
    background-color: #FFFE00;
	font-size:150%;
	}
	
tr:nth-child(odd) 
	{
    background-color: #FFFFFF;
	font-size:150%;
	}
