body {
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 12px;
	width: 100%;
	height: 100%;
	
}
html {
	height: 100%;
	width: 100%;
	font-size: 12px;
}



#logo {
	text-decoration: none;
	font-size: 36px;
	font-weight: 700;
	color: #000000;
	line-height: 90%;
	font-family: Times New Roman;
	vertical-align: bottom;
	}

#logo a {
	text-decoration: none;
	color: #000000;
	}

#logo a:hover {
	text-decoration: none;
	color: #000000;
	}	

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
	
#big a {
	text-decoration: none;
	font-size: 15px;
	color: #333333;
	font-weight: 900;
	}

#big a:hover {
	text-decoration: none;
	font-size: 15px;
	color: #FFFFF0;
	background-color: #000000;
	padding: 8px 0px 10px 0px;
	font-weight: 900;
	}

#big {
	color: #333333;
	font-weight: 900;
	}
	
	
	
h1 {
	    font-size: 20px;
	    
	}

	.category {
	    font-weight: bold;
		font-size: 16px;
	}

	.subcategory {
	    color: black;
	    font-size: 14px;
	}
#full  {
	position: absolute;
	}
	
#tree  {
	position: absolute;
	top: 140px;
	right: 140px;
	background-color: #ffffff;
	padding: 6px 6px 6px 6px;
	}
	

	
