h1 {font-family: 'Sen', sans-serif;}
		h2 {
		    color: white;
			text-decoration: underline;
			font-family: 'Sen', sans-serif;
			}
		h3 {
			color: white;
			font-family: 'Sen', sans-serif;
			}
		li {
			color: white;
			font-family: 'Sen', sans-serif;
			}
		a: link {
			color: white;
			}
		.active {
            pointer-events: none;
			cursor: default;
			color: white;
            }
		.hideme {
			 color: white;
            }
			p   {
             text-align: center;
			 color: white;
			 font-family: 'Sen', sans-serif;
            }
			body   {
             padding-left:50px;
			 color: white;
            }
			a	{
			 text-decoration: none;
			}