#Ye{
    width: 500px;
    border: 1px solid black;
    background-color: white;
    height: 500px;
    text-align: center;
    border-collapse: collapse; /****Üks joon Borderis***/
}
#Ye td{
    border: 3px solid black;
    text-align: center;
}
#Ye tr:nth-child(1) td:nth-child(1){
    background-color: lightblue;
}
#Ye tr:nth-child(1) td:nth-child(2){
    background-color: green;
}
#Ye tr:nth-child(1) td:nth-child(3){
    background-color: orange;
}
#Ye tr:nth-child(1) td:nth-child(4){
    text-align: top;
    background-color: darkgreen;
}
#Ye tr:nth-child(1) td:nth-child(5){
    background-color: lightgreen;
}
#Ye tr:nth-child(2) td:nth-child(1){
    background-color: orange;
}
#Ye tr:nth-child(2) td:nth-child(2){
    text-align: right;
    background-color: black;
}

#Ye tr:nth-child(3) td:nth-child(1){
    background-color: darkblue;
}
#Ye tr:nth-child(3) td:nth-child(2){
    background-color: yellowgreen;
}
#Ye tr:nth-child(3) td:nth-child(3){
    background-color: deepskyblue;
}
 tr:nth-child(4) td:nth-child(1){
    background-color: mistyrose;
}
#Ye tr:nth-child(4) td:nth-child(2){
    background-color: aqua;
}

#Ye tr:nth-child(5) td:nth-child(1){
    background-color: blue;
}

