@charset "utf-8";
/* CSS Document */

#tdtext {
    text-align: center;
}

.phototext {
    text-align: center;
    font-size: 85%;
    
}

table {
    
    width: 100%;   
    margin:  1.0em 0;
	align-content: center;
}
caption {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    color: chocolate;
    text-shadow: 3px 2px 2px black;
    padding: 1em;
    
}

tr {
    font-size: 85%;
    color: black;
    font-weight: bolder;
}
 td {    
    max-width: 100%;
    padding: .25em .5em;
    border: 2px solid red;
    
    font-weight: bolder;
    font-size: 1em;
}
td img {
    width: 80%;    
    text-align: left;
}
/*
td:first-child {
			text-align: left;
            color: brown;
		}

td:nth-child(3) {
			text-align: center;
            color: red;
		}
*/
tbody tr:nth-child(even) {
    background-color: #F3CB88;
}
td  a {
    color: black;
    
}
td  a:hover {
     background-color: #303030;
}
td a:visited {
    color:orangered;    
}

tfoot td {
    text-align: left;    
}

tfoot a {
    color: green;    
    
}
