*{
    font-family:Calibri;
    margin: auto;
    /*border: 1px dashed red;*/
}

.dropdownLink {
    text-decoration: none;
    color: #000000;
}

.dropdownMenu {
    border-radius: 5px;
    border-top-color: #C9D7F1;
    border-right-color: #a7a7a7;
    border-bottom-color: #757575;
    border-left-color: #C9D7F1;
    border-style: solid;
    border-width: 1px;
    z-index: 22;
    padding: 0;
    background-color: white;
    overflow: hidden;
    font-size: small;
    /*font-family: Arial;*/
    line-height: 2em;
    word-spacing: 0;
}

.dropdownMenu a {
    font-size: 1.25em;
    color: #000000;
    padding: .25em 2em .25em 1em;
    text-decoration: none;
    background: white;
    display: block;
    cursor: pointer;
}

.dropdownMenu a:hover {
    background: #909090;
    color: white;
}
.main{
    border: 1px solid cadetblue;
}

.top{
    height: 35px;
    /*text-align: center;*/
    font-size: 30px;
}
.topline{
    background-color: black;
}
.menu1{
    background-color: white;
}
.left{
    background-color: white;
}
.center{
    background-color: white;
}
.right{
    background-color: white;
    text-align: right;

}
.bottom{
    background-color: white;
    /*text-align: center;*/
}
.footer{
    background-color: white;
    text-align: center;
    position:absolute;
    bottom:0;
    width: 92%;
}

