/* Properties for main homepage with menu
   - Use a different color for the title
   - Menu items and descriptions have different styles
   - Links are not decorated
   - Try to set line spacing correctly */
 
p.name {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: xx-large;
  font-weight: bold;
  color: #cccc00;
  text-align: center;
  margin: 0px;
}

hr.divide {
  height: 5px;
  background-color: red;
  color: red;
  border: none;
}

p.menu {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  line-height: 1;
  text-align: left;
}

a.menu {
  text-decoration: none;
}

span.item {
  font-size: x-large;
  font-weight: bold;
  color: #000088;
}

span.description {
  font-size: large;
  color: #0000cc;
}
