@charset "UTF-8";
/* ULTRA ECZEMA CSS */
body {
			background-color: #fff;
			font-family: georgia, sans-serif;
			color: #000;
		}
		h1 {
			text-align: left;
			font-size:16px;
			font-weight:normal;
		}
		h2 {
			text-align: left;
			color: #000;
			font-size:11px;
			font-weight:normal;
		}
		h3 {
			text-align: center;
			font-size:10px;
			font-weight:normal;
		}
		p {
			margin-top: 20px;
		}
		a:link, A:visited, A:active { color: #000; text-decoration: none;  font-size: 11px; }
		a:hover { color: #000; text-decoration: underline; }
		}
