@charset "utf-8";
/* file character encoding: utf8 - hungarian example: ö(&#246;) ü(&#252;) ó(&#243;) ő(&#337;) ú(&#250;) é(&#233;) á(&#225;) ű(&#369;) í(&#237;), Ö(&#214;) Ü(&#220;) Ó(&#211;) Ő(&#336;) Ú(&#218;) É(&#201;) Á(&#193;) Ű(&#368;) Í(&#205;) */

/**
 * Resets
 * 
 * resets.css
 * 
 */

/**
 * Style
 */

/* hide from ie on mac \*/
html, body {
	height: 100%;
	overflow: auto;
}
/* end hide */
body {
	background: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#container {
	/* important! swfforcesize.js not compatible with div#container */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#content {
	width: 50em;
	margin: 2em;
}
a, a:link {
	color: #5584B1;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #5584B1;
	text-decoration: none;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1, h2 {
	color: #FBA244;
}
h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited, h1 a:hover, h2 a:hover, h1 a:active, h2 a:active {
	color: #FBA244;
	text-decoration: none;
}
h1 {
	font-size: 3em;
	margin-bottom: 2em;
}
h2 {
	font-size: 2em;
	margin-bottom: 2em;
}
ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
ul li {
	margin-left: 1em;	
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}

