/*standard_page/css/main.print.css*/
body
{
	color: black;
	font-size: 15px;
}

.print_hide
{
	display: none !important;
}

form, fieldset, button
{
	display: none;
}

.footer img
{
	display: none;
}

.date_and_name
{
	display: none;
}

#main_menu, .sub_menu, #ads
{
	display: none;
}

#panel
{
	display: none;
}

#main
{
	border: 0px;
	border-radius: 0px;
	margin: 0px;
}

#main h1
{
	border: none;
	background: none;
	text-shadow: none;
	color: black;
	box-shadow: none;
}

h1, h2, h3
{
	font-size: 20px;
}
#head
{
	border-bottom: none;
}

.next_button
{
	display: none;
}

.like_control
{
	display: none;
}

.footer img
{
	display: none !important;
}

