a.hoved {
  color: #000000;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
}

h1 {
  font-size: 1.55em;
  font-weight: normal;
}

h2 {
  font-size: 1.25em;
  font-weight: normal;
  padding: 3px 0 6px 0;
}

h4 {
  font-size: 1.15em;
  font-weight: normal;
} 
      
h6 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: normal;
  color: #5E5E5E; 
}
      
p, li {
  font-size: 0.78em;
  line-height: 1.6em;
} 



/* The Container IDs
================================= */   

#wrapper {
  background: url(images/back.gif) repeat-y;
  width: 780px; 
  margin: 0 auto; 
  text-align: left; 
}

#leftContent { 
  display: none;
  }

#content { 
  width: 600px; 
  float: left; 
  padding: 22px 40px;
  text-align: left;
} 

#top { 
  display: none; 
} 

#topfront { 
  display: none; 
} 

#menu { 
  display: none;  
} 


#footer { 
  display: none; 
} 




