/* CSS Document */
/* Style the tab buttons */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 12px;
    font-size: 16px;
    width: 25%;
}

/* Change background color of buttons on hover */
.tablink:hover {
    background-color: #777;
}

/* Set default styles for tab content */
.tabcontent {
    color: blue;
    display: none;
    padding: 10px;
    text-align: justify;
	height:375px;
	width:440px;
}

/* Style each tab content individually */ 
#About {background-color:#FFFFCC; height:430px}
#Vision {background-color:#FFFFCC; height:430px}
#Mission{background-color:#FFFFCC; height:430px}
#Objective {background-color:#FFFFCC; height:430px}
