﻿body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
body {
    background-image: url("images/nf02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
a:link {
	color: #0000c0;
	text-decoration: none;
}
a:visited {
	color: #0000c0;
	text-decoration: none;
}
a:hover {
	color: #FF9800;
	text-decoration: none;
}
a:active {
	color: #0000c0;
	text-decoration: none;
}
header {
	margin: auto;
	max-width: 1100px;
 	height: 100px;
	color: #ffffff;
	background-color: #0000ff;
	background-image: url("images/silhou.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 1px;
}
footer {
	clear: both;
	max-width: 300px;
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	margin: auto;
	padding: 10px;
}
footer a {    
	color: #ffc000 !important;
	font-size: 1.25em;
}
footer a:hover {    
	color: #ff8000 !important;
}
nav {
	float: top;
	background-color: none;
	max-width: 100%;
	margin: auto;
	padding: 0px 20px 0px 20px;
}
nav ul {
	list-style-type: none;
	font-size:1em;
	text-align: center;
}
   
nav ul a {
	text-decoration: none;
}
nav li {
	display: inline;
	padding: 0px 20px 0px 20px;
}
article {
	margin: auto;
	background: #c0c0c0;
	padding: 5px;
}
blockquote {
	background-color: #f0f0d0;
	padding: 5px;
}
body {font-size:90%;}
h1 {font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.5em;}
p {font-size:1em; line-height:150%; text-align: left;}

li {font-size:1em; line-height:150%; text-align: left;}
table {font-size:1em; line-height:120%; margin: auto;}
th, td {padding: 0px 5px 0px 5px;}
td.c {text-align: center;}
td.r {text-align: right;}
td.l {text-align: left;}