body {

 font-family: Arial, Helvetica, sans-serif;
 background-color: #faffe8;

}

.titulo {

  font-weight: bold;
  font-size: 18px;
  color: blue;	

}

.menu {

  font-weight: bold;
  font-size: 14px;
  color: green;
  padding: 5px;	
  background-color:#CCCCCC;

}

.menu a {
 color: green;	
 text-decoration: none;
}

.menu a:hover {
 color: red;	
 text-decoration: underline;
}

.rodape {

 
  font-size: 10px;
  color: gray;
  text-align: center;
  background-color:#b3edfc;
  padding: 5px;


}