html, body	{height: 100%;}
body		{ background-color: white;
			   font-family: tahoma;
			   font-size: 10pt;
			   margin-left: 50px;
			   margin-right: 50px;
			   margin-top: 0px;
			   margin-bottom: 0px; }
			   
.menu		{ font-family: tahoma;
			   font-size: 10pt; }
			   
.main		{ border-style: solid;
			   border-width: 1px;
			   border-color: light-grey; }
			   
.font		{ margin-left: 40px;	
			   font-family: tahoma;
			   font-size: 10pt; }

.products		{ font-family: tahoma;
			   font-size: 9pt;
			   text-align: justify; }
			  
.home		{ text-align: justify;
			   font-family: tahoma;
			   font-size: 10pt; }
