/*
 * Tags
 */

a:link {
 color: #3f3;
 outline: none;
}

a:visited {
 color: #c6c;
 outline: none;
}

a:active {
 color: #f00;
 outline: none;
}

body {
  color: #3cf;
  background-image: url(../exphotos/judgeschsmall.gif);
  background-repeat: repeat-y;
  background-color: #000;
}

h1 {
  font-size: 150%;
  text-align: center;
  color: #ff0;
}

h2 {
  font-size: 125%;
  text-align: center;
  color: #ff0;
}

hr { 
  border: 0px;
  color: #ca6922;
  background-color: #ca6922;
  height: 2px;
}

img { 
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

table { 
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

td { 
  padding-top: 5px;
  padding:bottom: 5px;
}

td.lefted:hover {
  background-color: #222;
}

ul { 
  text-align: center;
}

li {
  display: inline;
  font-size: 75%;
  padding-left: 40px;
  padding-right: 40px;
  list-style-type: none;
}

address {
  font-size: 75%;
  text-align: center;
}

address { 
  text-align: left;
  vertical-align: middle;
}

/*
 * Classes
 */

td.centered { 
  text-align: center;
}

td.lefted { 
  text-align: left;
}

/*
 * IDs
 */

#date {
  color: #ca6922;
  font-size: 75%;
  text-align: right;
  margin-right: 25px;
}

#content {
  margin-left: 75px;
  margin-right: 25px;
}

#iecentertable { 
  text-align: center;
}

#droitsdauteur {
  font-size: 75%;
  text-align: center;
  margin: 20px 80px 40px 80px;
}

