.cropit-preview {
			  /* You can specify preview size in CSS */
			  width: 380px;
			  height: 380px;
			  background-color: #fff;
			}

			body, html {
				background-color: #fff;
				margin: 0px;
				padding: 0px;
				height: 100%;
				width: 100%;
			}

			.centercolumn {
				width: 800px;
				display: block;
				margin: 0 auto;
				clear: both;
				background-color: #fff;
				padding: 20px;
			}

			header, footer {
				float: left;
				display: block;
				min-width: 100%;
				text-align: center;
				border-color: #e1e1e1;
				border-style: solid;
			}

			header {
				border-width: 0px 0px 0px 0px;
				background: linear-gradient(#d4fff2, #fffcd4);
				box-shadow: 0px 0px 10px #c3d1dc;
			}

			footer {
				border-width: 1px 0px 0px 0px;
				bottom: 0;
				margin-top: 60px;
				padding-top: 10px;
			}

			header img {
				padding: 20px 0px 20px 0px;
				display: inline-block;
			}

			p {
				font-family: 'Roboto', sans-serif;
				text-align: justify;
				font-size: 14pt;
				line-height: 1.2em;
			}

			ul, li {
				margin: 0;
				padding: 0;
			}

			ul li {
				list-style-type: none;
				padding: 0px 0px 20px 20px;
				font-family: 'Roboto', sans-serif;
				font-size: 12pt;
				text-align: justify;
			}

			li a {
				text-decoration: none;
				color: #FF44C0;
				font-style: italic;
			}

			li a:hover {
				color: #00aeff;
			}

			.menutitle a {
				font-family: 'Francois One';
				font-size: 16pt;
				margin: 0px 0px 0px -20px;
				color: #FF44C0;
				text-shadow: 1px 2px #6efff0;
				text-decoration: none;
				font-style: normal;
			}

			.menutitle a:hover {
				color: #00aeff;
				text-shadow: 0px 0px #000;
			}

			.icons img {
				width: 40px;
				height: 40px;
				margin: 0px 10px 0px 10px;
				display: inline-block;
			}

			.icons img:hover {
			}

			.icons span {
				font-family: 'Francois One';
				font-size: 17pt;
				display: block;
				padding: 5px;
			}

			::selection {
				background: #a1fffc; /* WebKit/Blink Browsers */
			}
				
				::-moz-selection {
				background: #a1fffc; /* Gecko Browsers */
			}