.mystyle1{background-color:teal; color:pink; font-size:32px;}


th {color: white; background-color:black ; }
td {background-color:#00263A; color:white;}

table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        background-color: #fff; /* Set the background color to white */
        color: #333; /* Set the text color to a dark shade */
    }
    
    th, td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: left;
    }

    th {
        background-color: pink; /* Set the background color for header cells */
        color: #fff; /* Set the text color for header cells */
    }

    th a, td a {
        text-decoration: none;
        color: pink;
    }

    th a:hover, td a:hover {
        text-decoration: underline;
    }


    body {
        font-family: Arial, sans-serif;
    }

        body {
            background-color: teal;
            color: pink;
            font-family: 'Comic Sans MS', sans-serif;
            margin: 10;
            padding: 10;
        }

        header {
			background-color: pink;
			color:#fff;
            text-align: center;
            padding: 20px;
        }

        h1, h2, h3, h4, h5, h6 {
			border-bottom: 2px solid pink;
			padding-bottom: 5px;
            font-size: 36px;
        }
		.container {
			max-width: 800px;
			margin: 0 auto;
			padding: 20px;
		}

        p {
            font-size: 18px;
        }
 