#chris{
	background-color: #000066;
	color: #FF0000;
  }

#menu_act{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  }
  
#menu_inact{
  text-align: center;
  font-size: 14px;
  }

#submenuact{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  }
  
#submenuinact{
  text-align: center;
  font-size: 14px;
  }
  
#submenu{
  text-align: center;
  font-size: 14px;
  }

ul#Navigation {
  width: 10em;
  margin: 0; padding: 0.8em;
  border: 1px;
  /*color: #FF0000;*/
  }

ul#Navigation li {
  list-style: none;
  color: #FF0000;
  background-color: #000000;
  margin: 0.4em; padding: 0;
  height: 25px; vertical-align: middle;
  border: 1px solid black;
  border-right-color: white; border-bottom-color: white;
  border-left-color: blue; border-top-color: blue;
  }

ul#Navigation :hover {
  font-weight: bold;
  }
  
#text{
  color: #FFFFFF;
  }  

#title{
  text-align: center;
  font-size: 20px;
  }