body {
	background-color: #7bf; 
	color: #000; 
	text-align: center; 
	max-width: 60em; 
	line-height: 1.5;
	margin: 0 auto 0 auto; 
	text-align: center; 
	font-family: arial;
}
table,td {
	padding:10px; 
	vertical-align:top; 
	text-align:center;
}
hr {
	height:1px; 
	border:none; 
	color:#777; 
	background-color:#777;
}
  a {
	color: #14f;
    font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
}
#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #23f;
}
#navigation li {
    float: left;
}
#navigation li a {
	color: white;
    display: block;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
	border-right: solid #ffb 1px;
}
#navigation li a:hover {
    background-color: #f00;
	color: white;	
}
  .active {
    text-align: center;
    padding: 5px 10px;
    background-color: #67f;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-right: solid #ffb 1px;
}