table{
	width: 40%; /*40% ekraani laiust*/
	height: 200px;
	border: 1pt solid blue;
}
td{
	border: 1pt solid blue;
	text-align: center; /*Выравние текста*/
}
/*1. rida 1. lahter*/
#tabel1 tr:nth-child(1) td:nth-child(1){
	background-color: #cc0099;
}
/*1. rida 2. lahter*/
#tabel1 tr:nth-child(1) td:nth-child(2){
	background-color: #cc0099;
}
/*1. rida 3. lahter*/
#tabel1 tr:nth-child(1) td:nth-child(3){
	background-color: #cc0099;
}
/*2. rida 1. lahter*/
#tabel1 tr:nth-child(2) td:nth-child(1){
	background-color: #cc0099;
}
/*2. rida 2. lahter*/

#tabel1 tr:nth-child(2) td:nth-child(2){
	background-color: #cc0099;
}
/*2. rida 3. lahter*/
#tabel1 tr:nth-child(2) td:nth-child(3){
	background-color: #cc0099;
}
/*--------------Eesti Lipp----------*/
#eesti{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing:0;
}
#eesti td{
	border:0;
}
/*1. rida*/
#eesti tr:nth-child(1){
	background-color: blue;
}
/*2. rida*/
#eesti tr:nth-child(2){
	background-color: black;
}
/*3. rida*/
#eesti tr:nth-child(3){
	background-color: white;
}
/*--------------Soome Lipp----------*/
#soome{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing:0;
}
#soome td{
	border:0;
}
/*1. rida 1. lahter ja 3. rida 1. lahter*/
#soome tr:nth-child(1) td:nth-child(1),
#soome tr:nth-child(3) td:nth-child(1){
	background-color: white;
	width: 25%;
}
/*1. rida 2. lahter ja 3. rida 2. lahter*/
#soome tr:nth-child(1) td:nth-child(2),
#soome tr:nth-child(3) td:nth-child(2){
	background-color: blue;
	width: 15%;
}
/*2. rida*/
#soome tr:nth-child(2){
	background-color: blue;
	height: 24%;
}
/*1. rida 3. lahter ja 3. rida 3. lahter*/
#soome tr:nth-child(1) td:nth-child(3),
#soome tr:nth-child(3) td:nth-child(3){
	background-color: white;
}
/*---------Värvipalett--------*/
#palett{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
}
/*1. rida*/
#palett tr:nth-child(1){
	background-color: #cc0099;
}
/*2. rida lahter 1.*/
#palett tr:nth-child(2) td:nth-child(1){
	background-color: #c2009c;
}
/*2. rida lahter 2.*/
#palett tr:nth-child(2) td:nth-child(2){
	background-color: #b8009e;
}
/*3. rida lahter 1.*/
#palett tr:nth-child(3) td:nth-child(1){
	background-color: #ad00a1;
}
/*3. rida lahter 2.*/
#palett tr:nth-child(3) td:nth-child(2){
	background-color: #a300a3;
}
/*--------------Rootsi Lipp----------*/
#rootsi{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing:0;
}
#rootsi td{
	border:0;
}
/*1. rida 1. lahter ja 3. rida 1. lahter*/
#rootsi tr:nth-child(1) td:nth-child(1),
#rootsi tr:nth-child(3) td:nth-child(1){
	background-color: blue;
	width: 25%;
}
/*1. rida 2. lahter ja 3. rida 2. lahter*/
#rootsi tr:nth-child(1) td:nth-child(2),
#rootsi tr:nth-child(3) td:nth-child(2){
	background-color: yellow;
	width: 15%;
}
/*2. rida*/
#rootsi tr:nth-child(2){
	background-color: yellow;
	height: 24%;
}
/*1. rida 3. lahter ja 3. rida 3. lahter*/
#rootsi tr:nth-child(1) td:nth-child(3),
#rootsi tr:nth-child(3) td:nth-child(3){
	background-color: blue;
}
/*--------------Itaalia Lipp----------*/
#itaalia{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing:0;
}
#itaalia td{
	border:0;
}
/*1. rida*/
#itaalia tr:nth-child(1){
	background-color: green;
}
/*2. rida*/
#itaalia tr:nth-child(2){
	background-color: white;
}
/*3. rida*/
#itaalia tr:nth-child(3){
	background-color: red;
}
/*--------------Islandi Lipp----------*/
#island{
	width: 330px; /*40% ekraani laiust*/
	height: 210px;
	border: 1pt solid grey;
	border-spacing:0;
}
#island td{
	border:0;
}
/*1. rida 1. lahter ja 3. rida 1. lahter*/
#island tr:nth-child(1) td:nth-child(1),
#island tr:nth-child(3) td:nth-child(1){
	background-color: blue;
	width: 25%;
}
/*1. rida 3. lahter ja 3. rida 3. lahter*/
#island tr:nth-child(1) td:nth-child(2),
#island tr:nth-child(3) td:nth-child(2){
	background-color: yellow;
	width: 15%;
}
/*3. rida*/
#island tr:nth-child(2){
	background-color: red;
	height: 14%;
}
/*1. rida 3. lahter ja 3. rida 3. lahter*/
#island tr:nth-child(1) td:nth-child(3),
#island tr:nth-child(3) td:nth-child(3){
	background-color: blue;
}