@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,Helvettica,sans-serif;
	max-width: 1024px;
  	margin-right: auto;
 	margin-left: auto;
}
header h1{
	font-size: 2em;
}

header nav{
	float: right;
}

header nav ul {
  list-style-type: none;
}

header nav li {
	float: left;
	margin-right: 10px;
}

header nav a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: black;
}

header nav a:hover{
	border-bottom: 1px solid #0F0;
}

header nav a.active{
	color: gray;
}

.Titles {
	float: right;
	margin-top: 0px;
}

.Titles ul{
  list-style-type: none;
}

.Titles li {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

section {
	padding-top: 150px;
	max-width: 200px;
  	margin-right: auto;
 	margin-left: auto;
}
footer {
	padding-top: 100px;
	max-width: 600px;
  	margin-right: auto;
 	margin-left: auto;
}

footer a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold
}

footer a:hover{
	border-bottom: 1px solid #6C0;
}

footer a.active{
	color: gray;
}

hr {
	margin-bottom: 0px;  
	color: #6C0;
 	background-color: #6C0;
	height: 1px;
	border: 0;
}
