BODY {
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
background : #eee none; 
color : #000;
}
#menu {
  width: 800px;
  padding: 4px;
  background : #FFF none; 
}
#bread {
  width: 800px;
  padding: 4px;
  background : #FFF none; 
}
#imageContainer {
  width: 800px;
  padding: 4px;
  background : #FFF none; 
}
#copyright {
  width: 800px;
  border-top: 1px solid #000;
  margin: 0;
  padding: 4px;
  background : #FFF none; 
}

A:link, strong a:link, em a:link, cite a:link,
 a:link strong, a:link em, a:link cite
 {text-decoration:  none; color : #009; background : transparent none; }
A:visited, strong a:visited, em a:visited, cite a:visited,
 a:visited strong, a:visited em, a:visited cite
 {text-decoration:  none; color : #505; background : transparent none; }
A:hover, strong a:hover, em a:hover, cite a:hover,
 a:hover strong, a:hover em, a:hover cite
 {text-decoration:  none; color : #f00; background : transparent none; }
A:active, strong a:active, em a:active, cite a:active,
 a:active strong, a:active em, a:active cite
 {text-decoration:  none; color : #f00; background : transparent none;}


P.menu {
font-size : 90%; background : #fff none;
} 

P.copyright {
font-size : 100%; color : #000; background : #fff none;
} 

H1, H2, H3, H4 { 
background : #fff none
}

SMALL { font-size : 80% }

FORM { border : black 2px; padding : 3px; background : #fff none;}

BLOCKQUOTE { border : dashed #fcc 2px; padding : 3px; }

}

