        body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;	
	max-height: 100px;
        }
        /* You can move other styles to your external CSS files for better organization */
        #tabs {
            background-color: #434294;
            padding: 10px 0;
            text-align: center;
        }
        #tabs ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        #tabs ul li {
            display: inline;
            margin-right: 20px;
        }
        #tabs ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            padding: 5px 10px; /* Added padding for better clickability */
        }
        #logo {
            display: block; /* Centering the logo */
            height: 200px;
            width: 227px;
            margin-top: 20px;
            margin-right: auto;
            margin-bottom: 20px;
            margin-left: auto;
        }
        form {
            text-align: center;
            margin-top: 20px; /* Adjust margin as needed */
        }
        .input {
            padding: 11px;
            width: 500px;
            border: 2px solid #a9a9a9;
            border-radius: 6px;
            transition: border-color 0.3s ease;
        }
        .btnRegister {
            padding: 10px 20px;
            background-color: #874291;
            border: none;
            color: #fff;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
        }
        .btnRegister:hover {
	background-color: #7E3E8B;
        }
        .footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #434294; /* Changed footer background color */
            color: #fff;
            padding: 10px;
            text-align: center;
        }
        /* Added style for menu */
        .menu {
            margin-top: 20px;
            text-align: center;
        }
        .menu a {
            color: #333;
            text-decoration: none;
            font-size: 18px;
            margin-right: 20px;
            transition: color 0.3s ease;
        }
        .menu a:hover {
	color: #874291;
	width: 100%;
        }
        .style2 {
            font-weight: bold;
        }
	          .search-input {
	width: 480px;
	height: 40px;
	padding: 10px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .btnRegister {
	width: auto;
	height: 64px;
	font-size: 18px;
	background-color: #874291;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 14px;
        }
        .btnRegister:hover {
	background-color: #444193;
     
        /* Adjust the placeholder position */
        ::placeholder {
            text-indent: 10px; /* Adjust the value as needed */
        }
    .style6 {
	margin-top: 20px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}
    .style7 {font-size: 12px}
    .btnRegister1 {            padding: 10px 20px;
            background-color: #874291;
            border: none;
            color: #fff;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
}
.btnRegister1 {	width: auto;
	height: 64px;
	font-size: 18px;
	background-color: #874291;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
    .style14 {font-size: 16}
    .menu1 {margin-top: 20px;
            text-align: center;
}
.menu1 {margin-top: 20px;
            text-align: center;
} table {
	width: 100%;
	border-collapse: separate;
	height: inherit;
    }
    th, td {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 0px;
    }
    th {
        background-color: #f2f2f2;
    }
    .style17 {color: #006600}
.style19 {color: #009900}
.style23 {font-size: 10px}
    .style24 {
	color: #874291;
	font-weight: bold;
}
    .style25 {color: #006600; font-weight: bold; }
    .style27 {color: #444193; font-weight: bold; }
}