
body {
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0 auto;
}

body.popup {
    font-size: 80%;
}

body.photo {
    text-align: center;
    background: none #555555;
    color: white;
}

body.photo img {
    border: 1px solid black;
}

body.photo a {
    color: white;
}

body.photo ul {
    display: block;
    font-size: 130%;
    font-weight: bold;
    margin: 0.5em auto;
    list-style: none;
    padding: 0;
}

body.photo ul li{
    display: inline;
    padding: 0 10px;
    color: #999999;
}

body.photo ul li a {
    display: inline;
}

table.csv {
    margin: 0 auto;
    font-size: 85%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 0 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border-bottom: 1px solid black;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}



