@charset "utf-8";
/* CSS Document */

a:link {  text-decoration: none}
a:hover {  background-color: #FFFF66; text-decoration: none}
a:visited {  text-decoration: none}
a {  text-decoration: none}
h2 {
  color: #CC6600;
  font-size: large;
}
#navigation a {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  display: inline;
	}
#navigation a:hover {
  color:  #CC6600;
  background: url(images/vide.gif);
  }
.menu {
  border-bottom: thin solid #C0DFFD;
  display: block;
}
