/*
	* {
	   margin: 0px;
	   padding: 0px;
	   border: none;

	}



	html {
	   background-color: #DDDDDD;
	   color: #111;

	   font-family: Verdana, Helvetica, Arial, sans-serif;
	}


	body {
	   font-size: small;
	   margin: 0;
	   padding: 0;
	}


*/
	body {
	   background-color: #DDDDDD;
	}

	h1 {
	   text-align: center;
	   font-weight: bold;
	   color: #777777;
	}

	h2 {
	   text-align: center;
	   font-weight: bold;
	   color: #444444;
	}

	h3 {
	   text-indent: 100px;
	   text-align: left;
	   font-weight: bold;
	   color: #222222;
	}

	.mainbutton {
	   background-color: #AADDDD;
	   font-size: 20px;
	   font-weight: bold;
	   width: 120px;
	   text-decoration: none;
	   color: #0000FF;
	}

	.work {
	   text-decoration: underline;
	   color: #0000CC;
	}

	.Nota {
	   text-decoration: none;
	   color: #0000CC;
	}

	.bibllink {
	   background-color: #EEEEEE;
	   font-weight: bold;
	   text-decoration: none;
	   color: #770077;
	}

	.symbol {
	   position: fixed;
	   top: 5px;
	   left: 5px;
	   width: 12%;
	}

	.image {
	   position: fixed;
	   top: 5px;
	   right: 5px;
	   width: 12%;
	   border: 1px solid black;
	}

	.arrow-left {
	   position: fixed;
	   bottom: 25px;
	   left: 5px;
	   width: 2.5%;
	   border: 0;
	}

	.arrow-top {
	   position: fixed;
	   bottom: 25px;
	   right: 5px;
	   width: 2.5%;
	   border: 0;
	}

	.newbutton {
	   width: 100%;
	   border: 0px;
	}		

	.landbutton {
	   width: 40%;
	   border: 0px;
	}		

	#column1 {
	   float: left;
	   width: 20%;
	}

	#column2 {
	   float: left;
	   width: 65%;
	}

	#column3 {
	   float: left;
	   width: 15%;
	}
