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;
	}
#list {
	color: black;
}  
a:link {
	color : black;
	text-decoration: none
	} 
a:visited {
	color : black;
	text-decoration: none
	} 
a:active {
	color : black;
	text-decoration: none
	} 
a:hover {
	color : #0000ff;
	text-decoration: none
	} 
