.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;
}

.content h5{
    color: #0d47a1;
    position: fixed;
    left: 200px;
    top: 120px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: center;
    font-size: 40px;
    font-family: 'Verdana', serif; 
}

.content {
    color: #0d47a1;
    position: fixed;
    left: 200px;
    top: 240px;
    width: 830px;
    height: 450px;
    color: black;
    text-align: left;
    font-size: 20px;
    font-family: 'Verdana', serif; 
}
    
.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;
}


.img {
	position: fixed;
	left: 480px;
    top: 300px;
}