h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 5px 0;

}
h1 {
	font-size:35px;
	color:#ff008a;
	/*color:#F06;*/

	font-weight:bold;
	letter-spacing:-2px;
	}
h2 {
	font-size:25px;
	color:#666;
	font-weight:bold;
	letter-spacing:-1px;
}
h3 {
	font-size:22px;
	color:#666;
	font-weight:bold;
	letter-spacing:-1px;
}
h4 {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:-1px;
}

body, div, p, li, th, td {
	font-size:14px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	
}
p {
	margin-bottom:10px;
	line-height:20px;
}
a {
	color:#ff008a;
	text-decoration:none;
}
img.right {
	float:right;
	margin:0 0 5px 10px;
}
img.left {
	float:left;
	margin:0 10px 5px 0;
}
a:hover {
	text-decoration:underline;
}
pre {
	font-family:"Courier New", Courier, monospace;
	font-size:1.15em;
	margin:0;
	padding:0;
}

hr {
	display:block;
	margin:10px 0;
	height:1px;
	border:0;
	color:#ccc;
	background-color:#ccc;
}
/* Target IE6 only */
* HTML hr {
	margin:3px 0; /* -7 pixlar vertikalt */
}
/* Target IE7 only */
html>body hr {
	*margin:0;
}

ul, ol {
	padding:0;
	margin:0 0 0 20px;
}
li {
	margin:3px 0 3px 30px;
}
