@charset "iso-8859-2";
/* CSS Document */

*{
	border:0;
}

body{
	background:#000;
	width:900px;
	margin:0 auto;
	color:#CC6;
	font-family:Tahoma, Geneva, sans-serif;
}

h1, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	margin:0; padding:0;
}

h2{
	font-size:90%;
}

ul{
	margin-top:50px;
	font-size:90%;
}

ul li{
	display:inline;
}

a{
	color:#FFF;
}

em{
	font-size:70%;
	text-align:center;
	margin-left:40px;
}