body {
	font-family: Times New Roman, Times, serif;
	background: white;
	font-size: 12pt;

}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:black;
}
a:link:after, a:visited:after {
	content: " [ " attr(href) " ] ";
	font-size: 90%;
	font-variant: small-caps;
}
a[href^="/"]:after {
  content: " [ http://www.tothandras.hu" attr(href) " ] ";
   }




#main, #footer, #mainc, #maincontent {
	width:100%;
}
#sidebarx, #sidebar, #oldallec, #mainmenu, #header img {
	display:none;
}
#comments, .commentlist, #commentform, #respond, .navigation {
	display: none;
}
#footerseparator, #footer ul {
	display: none;
}

small, small a, small a:visited {
	color: black;
}

#footer small {
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-variant: small-caps;
	font-size:10px;
}


