body {
	background: white;
	color: #4A4A4A;
	margin: 0 0 40px 0;
	padding: 0;
	
	font-family: Helvetica, sans-serif;
}

div#header h1 {
	font-size: 2.1em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #4A4A4A;
	margin-bottom: 0px;
	
	text-shadow: 1px 1px 1px #999999;
}

div#footer {
	position: relative;
}

div#footer-icons {
	 position: absolute;
	 right: 0px;
	 top: 0px;
}

#subtitle {
	color: #CDCDCD;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 24px;
	margin-top: 0px;
	
	text-shadow: 1px 1px 1px #EEEEEE;
}

.step h2 {
	font-size: 1.4em;
	font-family: Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #999999;
	color: #4A4A4A;
}

.ok {
	color: green;
}

.not_recommended {
	color: red;
}

.figure {
	font-size: 0.8em;
}

#systemConf {
	color: #64c864;
	font-weight: bold;
}

.run {
	color: #c86464;
	font-weight: bold;
}

.property {
	font-weight: bold;
	color: #e86464;
}

#macOSP {
	color: #8A8A8A;
	font-size: 0.9em;
}

.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}

a.image-link, a.image-link:hover, a.image-link:active, a.image-link:visited {
	text-decoration: none;
	right: 0;
}
