/*********d*g*x*********    BASE FONT & SIZE */

body, table {
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}


body {
	margin: 20px auto;
    width: 700px;
	border: 8px solid #eee;
	padding: 8px;
}

body, td, th {
    font-size: 90%;
}


th, td {
    font-\size: 100%
}


img { 
    border: none; 
}


#colophon {
    clear: both;
    color: gray;
    font-size: 80%;
    position: absolute;
    bottom: 10px;    
    left: 10px;
}

table.indexes {
    border-collapse: collapse;
    border: 1px solid #DDD;
    background: #F5F5F5;
    margin: 18px 0;
    width: 100%;
}

table.indexes td {
    padding: 8px;
    vertical-align: middle; 
    text-align: center;
    width: 120px;
    word-wrap: break-word;
}

table.indexes a {
    text-decoration: none;
}

h1 span {
    color: gray;
}
