a  { color:#000080; }

a:visited { color:#000080; }

a:hover { color:#3366FF; }

a:active { color:#666699; }

/* Don't underline links */

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

.menu_bar_1{

    font-family:"TH Sarabun New, TH SarabunPSK, MS Reference Sans Serif";

    font-size: 16px;

    font-weight: bold;

    display: inline-block;

    padding: 0px;

    cursor: pointer;

    text-align: center;

    text-decoration: none;

    outline: none;

    color: #000;

    background-color: #86B1FC;

    width: 170px;

    height: 35px;

    border:solid whitesmoke;

    border-radius: 10px;

    box-shadow: 2px 3px #999;

}

.menu_bar_1:hover {

    font-family:"TH Sarabun New, TH SarabunPSK, MS Reference Sans Serif";

    font-size: 16px;

    font-weight: bold;

    background-color:#FFFFFF;

    color: #000000;

    border:solid whitesmoke;

    border-width:3px;

    border-color: #86B1FF;

}

.menu_bar_1:active {

    background-color:#86B1FC;

    box-shadow: 0 5px #666;

    transform: translateY(4px);

}

iframe {

    height: 1200px;

    width: 100%;

    border: none;

    background-color: #FFFFFF;

}