#videos {


    width: 100%;

    float: left;
    margin-top: 30px;
}

embed {

    width: 480px;
    height: 385px;

}

#introduction {

    color: #333;
    letter-spacing: 1px;
    font-size: 85%;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 100;
}


table a {

    color: #00269b;
    font-weight: 100 ! important;

}

table a:hover {

    color: #222;

}

table {

    width: 950px;
    padding: 30px 15px;
    text-align: center;
    font-size: 85%;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;

}


.video {

    border: 5px solid #111;
    height: 385px;
    width: 480px;
    float: left;
    margin-bottom: 50px;
    clear: left;
}

.description {

    float: right;
    height: 375px;
    width: 400px;
    padding: 10px 20px;
    font-size: 80%;
    letter-spacing: 1px;
    color: #333;
    line-height: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;

}

.description p {

    color: #333;
    letter-spacing: 1px;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-bottom: 0;

}

