h1 {font-family: arial; color: #9E9E9E; text-align: center; font-size: 275%; font-weight: normal}
h2 {font-family: arial; color: #9E9E9E; text-align: center; font-weight: normal}
h3 {font-family: arial; text-align: center}

A:link {text-decoration: none; color: #616161;}
A:visited {text-decoration: none; color: #616161;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color: red;} 

a.title:link {color: #D2D2D2;}
a.title:visited {color: #D2D2D2;}
a.title:active {color: #D2D2D2;}
a.title:hover {color: #747474;}

body {
  background-image: url('images/head.png');
  background-repeat: no-repeat;
  background-position: 100% 0%; 
}

#header {
  width: 100%;
  height:29%;
  margin-left: -1%;
  margin-top: -1%;
  background-image: url('images/head2.png');
  background-repeat: no-repeat;
  background-position: 0% 0%; 
}
#leftcol {
  background: #fff;
  float: left;
  width: 33%;
  height: 70%;
}
#rightcol {

  float: right;
  width: 33%;
  height: 70%;
}
#middle {
  background: #fff;
  float: left;
  width: 33%;
  height: 70%;
}

