@charset "utf-8";
/* CSS Document */
body 
{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12;
}
header, nav, section, article, footer 
{
	border: 1px solid groove;
	margin: 3px;
	padding: 4px;
}
nav 
{
	background: #ED3639
}
nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 2;
}

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: #0012E0; 
	font-weight: bold;
}
nav a:active 
{
	text-decoration: none;
}

header, footer 
{
	background: #7106D9
}

article
{
	margin: 10px;
}

img 
{
	border: medium outset #9E9E9E;
	padding: 5px;
	margin: 10px;
}
