			body {
				font-family: Tahoma, sans-serif;
				color: #000000;
				/*background: #727272;*/
				background: #999999;
				width: 600px;
				margin: auto;
				
				text-align: center;
			}
			
			img {
				margin-bottom: 15px;
			}
			
			a, a:hover, a:visited {
				color: black;
				text-decoration: none;
			}
			#pwd, #pwdNoPointer, #url{
				font-size: 22pt;
				width: 560px;
				border-radius: 5px;
				margin: 10px;
			}
			
			#showPwdButton {
				border: 1px solid black;
				padding-left: 5px;
				padding-right: 5px;
				background: #5BACDF;
				color: black;
				font-size: 22pt;
				border-radius: 5px;
			}
			
			#showPwdButton:hover {
				background: #0089D0;
				
			}
			
			#pwd {
				cursor: pointer;
			}
			
			#number {
				background: black;
				color: white;
				width: 40px;
				border: 1px solid white;
			}
			
			#comment {
				background: black;
				color: white;
				border: 1px solid white;
				border-radius: 5px;
				width: 560px;
				text-align: center;
			}
			
			#safety, #pwd, #paste, #pwdNoPointer, #generate, #url, #deletelink, #randomPwd {
				color: white;
				text-align: center;
				border: 1px solid white;
				background: black;
				font-family: Consolas, Lucida Console, Arial, sans-serif;
			}
			
			#deletelink {
				color: #FF4C3F;
				font-size: 10pt;
				border-radius: 5px;
				width: 560px;
			}
			
			#safety {
				width: 300px;
				border-radius: 5px;
			}
			
			#url {
				font-size: 12pt;
				cursor: pointer;
			}
			
			#copied {
				color: green;
				font-size: 12pt;
				display: none;
				background: black;
				border: 1px solid white;
				border-radius: 5px;
				font-weight: bold;
				width: 600px;
				position: fixed;
				text-align: center;
			}
			
			.onemore, .onemore:visited, .onemore:hover, #onemorediv {
				color: black;
				font-weight: bold;
				position: fixed;
				text-align: center;
				margin: auto;
				margin-top: 10px;
				margin-left: 90px;
			}
			
			#paste, #generate, #randomPwd {
				width: 120px;
				margin: 0px;
				cursor: pointer;
			}
			
			#paste {
				border-radius: 0px 0px 5px 5px;
				margin-top: -10px;
			}
			
			#nojs {
				background: white;
				color: red;
				border: 1px solid black;
				border-radius: 5px;
				margin: 20px;
			}
			
			#enablejs, #enablejs:hover, #enablejs:visited {
				text-decoration: none;
				color: red;
			}
			
			#hoverInfo:hover {
				display: none;
			}
			
			#hoverInfo {
				display: block;
			}
			
			.checkbox {
				text-align: right;
				margin-left: auto;
				margin-right: 0;
			}
			
			.checkboxdiv {
				border: 1px solid white;
				background: black;
				color: white;
				border-radius: 5px;
				width: 70px;
				padding-left: 5px;
				padding-right: 5px;
				/*float: left;*/
				display: inline;
				margin: 2px;
				margin-top: 5px;
			}
			
			#nav {
				background: white;
				color: black;
				border-left: 1px solid black;
				border-right: 1px solid black;
				border-bottom: 1px solid black;
				border-radius: 0px 0px 5px 5px;
				width: 540px;
				margin: auto;
				margin-top: 0;
				margin-bottom: 25px;
				padding: 10px;
			}
			
			.neutral-button {
				color: white;
				background: black;
				border-radius: 5px;
				cursor: pointer;
			}
			
			.neutral-button:hover {
				background: grey;
			}
			
			.nav-element-active, .nav-element {
				font-size: 16pt;
			}
			
			.nav-element-active {
				font-weight: bold;
			}
			#clickToCopy {
				font-size: 12pt;
				display: none;
				font-weight: bold;
				position: fixed;
				text-align: center;
				margin: 0 auto;
				margin-top: 5px;
				margin-left: 160px;
				align-items: center;
				justify-content: center;
			}
			
			#footer {
				font-size: 9pt;
				border-top: 1px solid black;
				width: 600px;
				margin-top: 40px;
			}

			#pwdLength {
				width: 36px;
				background: black;
				color: white;
				border: 1px solid white;
			}