#header {
      background-color:#ffffe1;
      padding:10px;
      text-align:center;
}

#item {
      text-align:center;
      vertical-align:middle;
      padding:100px;
}

#title {
      font-weight:bold;
}

a { 
      text-decoration: none;
}

#title a:hover {
      color:green; 
      text-decoration:underline;
}

body {
      font-family: courier;
}
