body {
	background: #ffffff;
}

font, p, div, th, li, td, h1, h2, h3, h4 { 
	margin-top: 0cm; 
	margin-bottom: 0cm;
	direction: ltr; 
	color: #000000; 
	background: transparent; 
	widows: 2; 
	orphans: 2;
	font-family: Segoe UI;
	font-weight: normal;
	vertical-align: top;
	line-height: 140%;
	font-size: 100%;
}

.alap {
	text-align: justify;
	background: #F7F4F6;
	max-width: 600px;
	margin: auto;
	border-radius: 5px;
	padding: 4%;
	font-size: 100%;
}

.alap2 {
	text-align: left;
	background: #F7F4F6;
	max-width: 600px;
	margin: auto;
	border-radius: 5px;
	padding: 4%;
	font-size: 100%;
}

h1	{
	font-size: 160%;
	color: #c71585;
	text-align: center;
	padding: 0 0 15px 0;
}

h2	{
	font-size: 140%;
	color: #;
	text-align: center;
	padding: 10px 0 15px 0;
	font-weight: bold;
}

h3	{
	font-size: 120%;
	color: #;
	text-align: left;
	padding: 10px 0 15px 0;
	font-weight: bold;
	line-height: 130%;
}

input[type="checkbox"], input[type=checkbox], checkbox {
}

input[type="bigcheck"], input[type=bigcheck], bigcheck {
	height: 20px;
	width: 20px;
}

input[type="submit"], input[type=submit], input[type="reset"], input[type=reset], input[type="button"], input[type=button], button {
	color: #FFFFFF;
	padding: 30px 40px 30px 40px;
	border-radius: 50px;
	background: #C71585;
	font-size: 130%;
	border-style: none;
	cursor: pointer;
}

input:hover {
    background: #b3b3b3;
	color: #0000FF;
}

button:hover {
    background: #FFFF00;
}

input[type="text"], input[type=text], input[type="password"], input[type=password], textarea, select {
	background: #ffffe6;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 7px 2px 7px 2px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b3b3b3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3b3b3;
}

A.nemah {
	text-decoration: none;
}

A.bold {
	font-weight: bold;
}

A:link { 
	color: #0066cc; 
	text-decoration: none;
}

A:visited { 
	color: #0066cc; 
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.centered {
	text-align: center;
}

.alright {
	text-align: right;
}

.sorkizart {
	text-align: justify;
}

.quote {
	font-style: italic;
}

ul,
ol {
   text-align: left;
}

ul.checkmark li:before {
	content: '✓';
	padding: 0 15px 0 0;
	color: #289C65;
	font-weight: bold;
	line-height: 200%;
}