body {
	margin: 0;
	background: #CFE;
    font:  14px arial;
    font-weight: bold;
    line-height: 1.2;
	color: #082;
	padding: 0 0 20px 20px ;
	width: 800px;
}
a {
	color: #099;
	font-weight: bold;
	border:none;
}
a:hover {
	color: #059;
}
h1 {
	color: #072;
}
h2 {
	color: #F72;
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	letter-spacing: 2px;
}
li {
	margin-bottom: 5px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
    display:inline;
    padding:10px;
}
#Footer {
	margin: 40px 0;
	font-size: 10px;
	font-style: italic;	
}


