#head {
	margin: 10px auto;
	text-align: center;}

#navigation {
	margin: 0px auto;
	width: 800px;
	text-align: center;}
	
#content {
	margin: 20px auto;
	width: 800px;
	text-align: center;}
	
#content2 {
	margin: 20px auto;
	width: 400px;
	text-align: left;}
	
#bottom {
	margin: 0px auto;
	width: 800px;
	height: 50px;
	text-align: center;
	padding: 40px 0px 0px 0px;}
	
#center {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -180px;}
	
.h1{
	color: black;
	text-align: center;
	font-size: 22px;
	font-style:roman;
	font-family: Didot, Bodoni, serif;
	padding: 10px 0px 0px 0px;}
	
.h2{
	color: #686868 ;
	text-align: left;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px 0px 0px 0px;}
	
.text{
	color: #686868 ;
	text-align: justify;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 0.02em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 15px 0px 0px 0px;}
	
.text2{
	color: #686868 ;
	text-align: justify;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 0.02em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0px 0px 0px;}
	
.imp{
	color: #686868;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.02em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 30px 0px 0px 0px;}
	
.imp2{
	color: #686868;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.02em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0px 0px 0px;}
	
.line{
	color: black;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.03em;
	font-family: Helvetica, Arial, sans-serif;}
	
	
	a:visited {color: black; font-weight:bold; text-decoration: none;}
	a:link {color: black; font-weight:bold; text-decoration: none;}
	a:hover {color: slategrey; font-weight:bold; text-decoration: none;}
	a:active {color: slategrey; font-weight:bold; text-decoration: none;}
	a.active{color: slategrey; font-weight:bold; text-decoration: none;}	
	
	
::selection {
background: slategrey;   /*safari*/
color: #fff;}

::-moz-selection {
background: slategrey;   /*firefox*/
color: #fff;}
