body
 {
  background-image:url('images/back.jpg');
  font-family:sans-serif;
  color: white;
 }

a:link
 {
  color:#00FFFF;
 }

a:visited
 {
  color:#FF00FF;
 }

a:hover
 {
  color:#FFFFFF;
 }


a:active
 {
  color:#00FFFF;
 }

h2
 {
  font-size:0.9em;
  font-weight:lighter;
 }

h3
 {
  color:white;
  font-size:1.1em;
  font-weight:bold;
 }

h4
 {
  color:yellow;
  font-size:0.8em;
  font-weight:lighter;
 }

h5
 {
  color:white;
  font-size:1em;
  font-weight:bold;
 }

div.img
 {
   margin: 2px;
   height: auto;
   width: auto;
   float: left;
   text-align: center;
 }

div.img img
 {
   display: inline;
   margin: 3px;
 }

div.img a:hover img {border: 1px solid #0000ff;}

div.desc4
{
  text-align: center;
  font-weight: normal;
  width: 280px;
  margin: 2px;
}

div.desc12
{
  text-align: center;
  font-weight: normal;
  width: 110px;
  margin: 2px;
}

div.descfull
{
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 2px;
}

