body {
	margin-top: 0px;
	padding: 0px!important;
	margin: 0px!important;
	font-family: arial;
	background-color: #262626;
	//background-image: url(/Riffles.png);
	//background-attachment: fixed!important;
    //background-size: cover!important;
}
h1{
	text-align: center;
	font-size: 50px;
}

nav{
	position: fixed;
	top: 0;
	overflow: hidden;
	width: 100%;
	background: #F2F2F2;
	height: 100px;
	border-bottom: 1px solid #262626;
}
nav a {
	display: block;
	padding: 9px 20px;
	color: #222222;
	text-decoration: none;
	font-size: 20px;
}

nav a:focus,
nav a:hover,
nav a:active {
	background: #C2C2C2;
}

nav li {
	float: left;
	letter-spacing: 2px;
	list-style: none;
}
nav .current_page_item a {
	background: ;
	color: #272727;
}

li.home a{
	font-size: 30px;
}
#text{
	color: #F2F2F2;
	font-size: 40px;
}
#article{
	background-color: #F2F2F2;
	width: 70%;
	margin: 0 auto;
}
#article a{
	text-decoration: none;
	color: grey;
}