/*stylesheet of geleji.hu */

/***** body elements *****/
body{
	font-family: verdana, arial;
	margin: 0;
	background-color: white;
}
#main{
	margin: 1em 1em;
}
#header{
	margin: 0;
}
#headerimg{
	float: left;
}
#flag{
	margin: 0.8em 0 0 0;
	float: right;
}
.slogan{
	font-style: italic;
	font-size: 11pt;
}
#content{
}
.box{
	margin: 1em;
}
#footer{
	clear: both;
	font-size: 9pt;
	font-style: italic;
	padding: 0;
}
img{
	border: 0;
}
dfn.text8{
	font-size: 8pt; 
}
dfn.text10{
	font-size: 10pt; 
}

table {
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid #ccc;
  padding: 2px;
}
/***** a links *****/

a:hover {
	text-decoration: none;
	color: #E05F19;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:visited:hover {
	text-decoration: none;
	color: #E05F19;
}