@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, sans-serif; 
	font-size: 12pt;
}

header, nav, section, article, footer{
	border: 2px solid #F59A9A;
	margin: 5px;
	padding: 8px;
	text-align: center;
}

nav{
	background: #E3E3E3;
}

nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li{
	display: inline; 
	margin: 5px;
}

nav a:link{
	text-decoration: none;
}

nav a:visited{
	text-decoration: none;
}

nav a:hover{
	text-decoration: underline;
	background: #FFC;
	font-weight: bold;
}

nav a:active{
	text-decoration: none;
}

header, footer{
	background: #F6D996;
}

article{
	margin: 10px 10px 50px;
}

img{
	border: medium outset #9E9E9E;
	padding: 5px;
	margin: 10px;
}