                        .kokugo {
                            background-color: tomato;
                            color: white;
                        }
                        
                        .sansu {
                            background-color: blue;
                            color: white;
                        }
                        
                        .ongaku {
                            background-color: rgb(236, 120, 188);
                            color: white;
                        }
                        
                        .eikaiwa {
                            background-color: blueviolet;
                            color: white;
                        }
                        
                        .syakai {
                            background-color: rgb(255, 255, 0);
                            color: rgb(18, 15, 15);
                        }
                        
                        .doutoku {
                            background-color: rgb(180, 172, 172);
                            color: white;
                        }
                        
                        .kateika {
                            background-color: rgb(219, 190, 152);
                            color: white;
                        }
                        
                        .rika {
                            background-color: greenyellow;
                            color: rgb(0, 0, 0);
                        }
                        
                        .zukou {
                            background-color: brown;
                            color: white;
                        }
                        
                        .syodou {
                            background-color: black;
                            color: white;
                        }
                        
                        .sougou {
                            background-color: rgb(215, 0, 0);
                            color: white;
                        }
                        
                        .youbi {
                            background-color: rgb(0, 255, 208)
                        }
                        
                        .taiiku {
                            background-color: rgba(255, 255, 255, 0);
                            color: white;
                        }
                        
                        td:hover {
                            background-color: rgb(226, 28, 237);
                        }