h1 {
    color: #505050;
    text-align: center;
}

h2 {
    color: #505050;
    text-indent: 30%;
}


.normal_para {
    margin-left: 5%;
}

.download_link {
    text-align: center;
    font-size: 1.3em;
    font-family: helvetica;
}

.page_link {
    font-size: 1.3em;
}

.page_link_right {
    padding-right: 15%;
    text-align: right;
    font-size: 1.3em;
}

.top_banner {
    height: 65px;
    background-color: #CAE6FF;
}

.banner_title_link_logo {
    /*puts gap between top of banner and logo*/
    padding-top: 5px;
    padding-left:10px;
    padding-right:10px;
}

.banner_title_link {
    font-family: helvetica;
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
    color: #505050;
    padding-top: 10px;
    text-align: center;
}

.banner_title_link a {
    font-weight: bold;
    text-decoration: none;
    color: #505050;
}

.banner_links {
    font-size: 1.3em;
    text-align: right;
    padding-right: 15%;
}

.videof {
    width:90%;
    height:auto;
}

.demo_titles {
    font-size: 1.3em;
    vertical-align:top;
}

.footer {
    left: 0;
    height: 35px;
    width: 100%;
    background-color: #CAE6FF;
    color: #101010;
    bottom: 0;
    text-align: center;
    font-family: helvetica;
}

