.navbar {
    text-align: center;
    background-color: #4C8CB5;
    font-family: Arial, Helvetica, sans-serif; 
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.navbar a {
    float: left;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 14px 26px;
    text-decoration: none;
}


.navbar-header {
    float: left;
    color: #DBF9FD;
}


.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 26px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #005B96;
}

.dropdown-content {
    display: none;
    background-color: #005B96;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    position: absolute;
}


.dropdown-content a {
    float: none;
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #DBF9FD;
    color: #005B96;
}


.dropdown:hover .dropdown-content {
    display: block;
}


.test {
    margin-top: 100px;
}

.UpdatesTitle {
    margin-top: 100px;
    width: 60%;
}

.UpdatesTitle p {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 10px;
}


.UpdatesList {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    width: 60%;
}

.UpdatesListBold {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: Tomato;
    width 60%;
}


.AboutTitle {
    margin-top: 20px;
}

.AboutTitle p {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px;
}

.AboutPara {
    width: 95%;
}

.AboutPara p {
    font-size: 14px;
    text_align: left;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;  
}

.ListHead {
    font-size: 27px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.AboutPara ol {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.AboutPara a {
    color: #005B96;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.test p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 10px;
}


.main {
    margin-top: 30px;
}

.main p {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px;
}


.subTitle p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.subTitle a {
    color: #005B96;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.wgtsLink {
    width: 4em;
    background: #F0F0F0;
    border-radius: 12px;
    display: inline-block;
    border: 2px solid #005B96;
}


.wgtsLink a {
    color: white;
    font-size: 10px;
    display: block;
    width: 100%;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}

.wgtsLink a:hover {
    color: #DBF9FD;
    background-color: #005B96;
}


.skillText {
    display: inline-block;   
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;   
    color: #005B96;
    font-weight: bold;
}

.skillLink {
    width: 7em;
    background: #F0F0F0;
    border-radius: 12px;
    display: inline-block;
    border: 2px solid #005B96;
}


.skillLink a {
    color: white;
    font-size: 10px;
    display: block;
    width: 100%;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}

.skillLink a:hover {
    color: #DBF9FD;
    background-color: #005B96;
}



.NMME a {
    color: #005B96;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px
}

.main table {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}


.main a {
    color: #005B96;
    font-family: Arial, Helvetica, sans-serif;
}


.mainIndex {
    margin-top: 30px;
}


.mainIndex a {
    color: #005B96; 
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


.main h2 {
    font-family: Arial, Helvetica, sans-serif;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}


input.myButton {
    width: 200px;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    font-size: 100%;
    background: #4C8CB5;
    color: white;
}

input.myCal {
    width: 200px;
    padding: 12px;
    font-weight: bold;
    cursor: pointer;
    font-size: 100%;
    background: #DBF9FD;
    color: #005B96;
}



