body{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	background-color: #F0FFFF;
}
footer{
	padding: 0px;
	margin: 0px;
	background-color: #0099CC;
}

article{
	margin: 20px;
}
blockquote{
	font-family: "Calibri", "Times new roman", serif;
	color:#944D70;
}
 .items{
	list-style: none;
	font-family: "Calibri", "Times new roman", serif;
	color:#944D70;
}
footer{
	font-size: 14px;
}

 nav ul  {
		list-style: none;
		margin: 0px;
		padding: 0px;
		
	}
	nav li  {
		display: inline;
	}

	nav a {
		font-family: "Arial",Helvetica, sans-serif;
		text-decoration: none;
		color:#000;
		font-size: 0.9em;
		display: block;
		padding: 6px;
		float: left;
		background-color: #EAEAEA;
		border-top-width: 1px;
		border-top-style:solid;
		border-top-color: #CCC;
		border-left-width: 1px;
		border-left-style:solid;
		border-left-color: #CCC;
		border-bottom-width: 1px;
		border-bottom-style:solid;
		border-bottom-color: #CCC;
		border-right-width: 1px;
		border-right-style:solid;
		border-right-color: #CCC;
	}
	 nav a:hover{
		color:#FFF;
    	background-color: #666;
    	border-bottom-width:  5px;
		border-bottom-style:solid;
		border-bottom-color: #36F
	}