@import url(navigation.css);
body,html{
	width: 100%;
	font-family: "Geneva, Arial, Helvetica, sans-serif";
	font-size: 12px;
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	line-height: 117%;
	background-color: #000;
	color: #fff;
}

#cnt{
	font-family: "Arial";
	font-size: 12px;	
	padding: 5px;
}

img{
	text-align: center;
	border: 1px solid #fff;
}

h1{
	font-size: 13px;
	color: #FF6600;
}

h2{
	font-size: 11px;
}

h3{
	font-size: 12px;
}	

.subcat_objects{
	font-size: 11px;
}

a:link{
	color: #fff;
	text-decoration:none;
}

a:active{
	color: #fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color: #fe0072;
	text-decoration:none;
}



