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


h1 {font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:100;
	text-align: center;
	color: #999999;
	font-size:4em;
}

h2 {font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight:300;
	text-align: center;
	color:#696969;
	font-size:3em;
} 

h3 {font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:200;
	text-align: center;
	color:#696969;
	font-size:1em;
}

h4 {font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:300;
	text-align: center;
	color:#696969;
	font-size:1em;
}

h5 {font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:200;
	text-align:left;
	color:#696969;
	font-size:1em;
}

h6 {font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight:400;
	text-align:center;
	color:#696969;
	font-size:1em;
}

h7 {font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:300;
	text-align:justify;
	text-align-last: left;
	color:#696969;
	font-size:1em;
	
}


div.topnav {max-width: 1280px;
margin-right: auto;
margin-left: auto;
}

div.content {max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

div.footer {max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
	
a:link {
  text-decoration: none;
	color:#999999
}

a:visited {
  text-decoration: none;
	color:#999999
;}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

td {padding-bottom:3%
}
	
body{background-color:000
	}

div.container {margin-right: auto;
	margin-left: auto;
	}

