
#showmenu
	{
		position:absolute;
		left:3.2vw;
		top:3vw;
		width:55%;
		height:80%;
		max-height:85%;

		background-color:white;
		border-radius:15px;
		padding: 15px 10px 15px 10px;
		overflow:auto;
		z-index:4150;
		box-sizing: border-box;	
	}
.sitetxt 
	{ 
		color: #e0e0e0; 
		font-size:3.1vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
.comptxt 
	{ 
		color: #ff0000; 
		font-size:2.7vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
.contenttxt 
	{ 
		color: #4d4c4c; 
		font-size:1.5vw; 
		font-family:Verdana; 
		font-weight: normal; 
	}
p 
	{ 
		color: #4d4c4c; 
		font-size:1.5vw; 
		font-family:Verdana; 
		font-weight: normal; 
	}
h1 
	{ 
		color: #d4ff00; 
		font-size:2.7vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
h2 
	{ 
		color: #0703fc; 
		font-size:2.4vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
h3 
	{ 
		color: #ff0000; 
		font-size:2.1vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
h4 
	{ 
		color: #000000; 
		font-size:2.0vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
h5 
	{ 
		color: #000000; 
		font-size:2.0vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}
h6 
	{ 
		color: #000000; 
		font-size:2.0vw; 
		font-family:Verdana; 
		font-weight: bold; 
	}