@import url('http://www.epardaud.net/photos.css');

body{
 color: white;
 background: black;
}

a:visited {
 color: #999999;
}

a:link {
 color: white;
}

a:hover {
 text-decoration: none;
}

table.menu, table.title {
 background: #444444;
}

/* index */

table.photo-index {
  background: #444444;
  border-collapse: collapse;
}

td.photo-index-year {
  background: #777777;
  color: white;
}

td.photo-index-date {
  text-align: right;
  font-style: italic;
  color: pink;
}

td.photo-index-legend {
  text-align: left;
}

tr.photo-index-row:hover {
  background-color: #555555;
}

/* main page */

div.bordered {
 background: #444444;
 color: white;
 padding-bottom: 1em;
}


.footer {
 background: #999999;
 color: black;
}

.footer a {
 color: black;
}

.footer a:visited,
.photo-index-year a:visited{
 color: #444444;
}

