@charset "UTF-8";
@import url("webfonts/cmunobi/stylesheet.css");
/* CSS Document */

html, body {
    height: 100%;
    margin: 0;
}


a:link {
	color: #f3ede7;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
    color:  #b2ff00;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
	color: #ff7000;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

.currentLink {
   color: #640200;
   background-color: #000000;
}

div.fixed {
    position: fixed;
	margin-top: -20px;
	margin-left: -40px;
}

.element {
    position: fixed;
	right: 0;
	top: -30px;
}


	
h1 {
	color: #f3ede7;
	background-color: none;
	font-family: arial;
	text-align: right;
	font-size:30px;
	letter-spacing: 2px;
	font-style: normal;
	}
	
h2 {
	color: #f3ede7 ;
	background-color: none;
	font-family: cmunobi;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	font-style: normal;
	}
	
h3 {
	color: #000000;
	background-color: none;
	font-family: arial;
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	font-style: normal;
	text-shadow: 0 0 3px #FF0000;
	}
	
h4 {
	color: #f3ede7;
	background-color: none;
	font-family: arial;
	text-align: right;
	font-size:30px;
	letter-spacing: 2px;
	font-style: normal;
	}
	
h5 {
	color: #f3ede7;
	background-color: none;
	font-family: arial;
	text-align: left;
	margin-left: 50%;
	font-size:16px;
	letter-spacing: 0px;
	font-style: normal;
	}
	
h6 {
	color: #f3ede7;
	background-color: none;
	font-family: arial;
	text-align: left;
	font-size: 30px;
	letter-spacing: 2px;
	font-style: normal;

	}


img {
	max-width: 80%;
	height: auto;
	width: auto\9;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow:
    0 0 60px 30px #fff,  /* inner white */
    0 0 100px 60px #f0f, /* middle magenta */
    0 0 140px 90px #0ff; /* outer cyan */
	}
	


	
	
	