*{
	box-sizing: border-box;
}

body{
	background-color: white;
}

#menu{
	padding: 8px;
	background-color: #b6dcf4;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

#Icon{
   margin-bottom: -0.5em;
   height: 2.2em;
   width: 2.2em;
   display: inline-block;
   cursor: pointer;
}

#menuLink{
	padding: 5px;
	font-weight: bold;
	color: white;
   display: inline-block;
}
#menuLink:visited{
	color: white;
}
#menuLink:hover{
	color: #001daf;
}
#menuLink:active{
	color: #001daf;
}

#menuCurrentLink{
	padding: 5px;
	padding-right: 2px;
	font-weight: bold;
	color: #001daf;
   display: inline-block;
}
#menuCurrentLink:visited{
	color: #001daf;
}
#menuCurrentLink:hover{
	color: #001daf;
}
#menuCurrentLink:active{
	color: #001daf;
}

#menuSecondLink{
	padding: 2px;
	font-weight: bold;
   font-size: 0.7em;
	color: white;
   display: inline-block;
}
#menuSecondLink:visited{
	color: white;
   font-size: 0.7em;
}
#menuSecondLink:hover{
   font-size: 1em;
	color: #001daf;
}
#menuSecondLink:active{
   font-size: 1em;
	color: #001daf;
}

a:visited{
	color: blue;
}

button{
	color: white;
	background-color: #001daf;
	border-width: 0px;
	cursor: pointer;
	margin-bottom: 0.4em;
	border-radius: 8px;
	padding-left: 1em;
	padding-right: 1em;
}



#MainLink{
	display: inline-block;
}

#MainIcon{
   height: 3.5em;
   width: 3.5em;
   display: inline-block;
}