
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}

header, nav, section, article, footer {
	border:1px solid grey; margin:5px; padding:8px;}

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:#CE6700; color:white;}



article {
    width:600px;
    text-align:center;
}

#layout{
	max-width:500px;
	margin: 1% auto;	
}

fieldset { 
	padding: 15px; 
	background-color:#FFE4CA;
	border-radius:5px;
	border: #CE6700 2px solid;	
	
}

legend { 
	background-color:#CE6700;
	color: white; 
	padding:5px 10px;
	letter-spacing: 5px; 
	margin-left: 0; 
	border-radius:5px;
}

.message {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #B35C06;
	font-weight: bold;
	letter-spacing: 2px; 
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 8px 0;
  box-sizing: border-box;  
}

input[type=submit]{
	background-color:#CE6700;	
	color: white; 
	padding:10px;
	border:none;
	border-radius:5px;
	box-shadow:2px 2px grey;
}