html, body {
    font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

h1 {
    font-size: 16px;
    text-align: center;
}

img {
    border: none;
}

a, a:link, a:visited {
    color: #336699;
    text-decoration: none;
}

a:hover, a:active {
    color: #ad5b1e;
    text-decoration: underline;
}

table#iframe_list {
    width: 99%;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #cccccc;
    text-align: center;
}
table#iframe_list td, table#iframe_list th {
    padding: 5px;
    border: 1px solid #cccccc;
}
table#iframe_list th.act {
    width: 40px;
}
table#iframe_list tr.row1 {
    background-color: #eee;
}

#all_trips {
    text-align: right;
}
#service {
    font-size: 10px;
}


