

body {
  background: #666666;
  background-image: url('imagename.jpg');  
  background-repeat: repeat-y;
  font-family: 'arial', 'times new roman', verdana, helvetica, sans-serif;
}


p {
  font-size: 12px;
} 


a:link { 
   color : #0000ff;
   text-decoration : underline;
} 

a:visited {
   color : #800080;
   text-decoration : underline;
}


a:hover {
   color : #000000;
   text-decoration : none;
  }


a:active {
   color : #ce0000;
}


h1 {
   font : 20px "Tahoma", Verdana, sans-serif;
   color : #3366CC;
   font-weight: bold
}


h2 {
   font : 15px "Arial", Verdana, sans-serif;
   color : #663366;
   font-weight: bold
}


#topheader {
  background-color: #cccc99;
}


#leftsidebar {
  background-color: #A9ACD8;
}

#copyright {
  color: #000000;
}
