body {
    background-color: #CCCCCC;
      background-repeat: repeat-y;
        }

#menu ul {
    margin-left: -2.5em;
	margin: auto;
  }
#menu li {
    list-style-type: none;
	float: left;
	width: 6em;
	text-align: center;
	}
#menu a {
    text-decoration: none;
	color: black;
	display: block;
	border: 3px white outset;
	background-color: white;
	}
#menu a:hover {
    border: 3px white inset;
	}
#pic a {
    text-decoration: none;
	color: white;
	display: block;
	width: 180px;
	border: 5px white outset;
	background-color: #cccccc;
	}
#pic a:hover {
    border: 5px white inset;
	} 
