.banner {
    background-color: transparent; 
    border-bottom: solid; 
	border-color:#99ccff;
    color: black;
    position: fixed;
    left: 30px;
    top: 30px;
    width: 1000px;
    height: 100px;
    font-family: 'Arial', sans-serif;
}

.banner h1 {
    padding-left: 170px;
	font-size: 40px
}

.menu {
    color: #0d47a1;
    position: fixed;
    left: 30px;
    top: 150px;
    width: 150px;
    height: 450px;
    color: black;
    border-right: solid;
    border-color:  #99ccff;
    font-family: 'Verdana', sans-serif; 
}

.menu p {
    padding-left: 20px;
}

.footer {
    color: #0d47a1;
    position: fixed;
    left: 30px;    
    top: 620px;
    width: 1000px;
    height: 80px;
    color: black;
    border-top: solid;
    border-color: #99ccff; 
    font-family: 'Times New Roman', serif; /* Times New Roman Font */
}

.footer p {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

.banner img {
    position: fixed;
    left: 60px; 
    top: 40px;  
    width: 80px;
    height: 80px;
}

.contentheading {
    position: fixed;
    left: 200px;
    top: 100px;
    width: 830px;
    font-family: 'Verdana', sans-serif;
}

.paragraph {
	position: fixed;
    left: 200px;
    top: 210px;
    width: 830px;	
	
}

.contentheading h5 {
    font-size: 30px;
    margin-bottom: 5px;
}

.table {
    position: absolute;
    left: 200px;
    top: 270px;
    width: 830px;
    font-family: Arial, sans-serif;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.table th {
    background-color: #99ccff;
    padding: 12px;
    border-bottom: 2px solid #333;
}

.table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}


.table tr:hover {
    background-color: #e0f0ff;
}

.table a {
    text-decoration: underline;
    font-weight: bold;
    color: #004080;
}

