body {
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	background: url(/bg3_.jpg) repeat fixed;
	color: black;
	/* color: #28559d; */
	/* color: #1845D0; */
	/*text-align: center; */
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #2a58ff;
	/* color: #28559d; */
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
	/* color: #28559d; */
}

a.forumlink:link {
	color: black;
}
a.forumlink:visited {
/*	color: #a0a0a0; */
	color: black;
}

a.unvisited_topic, a.unvisited_topic:link {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	/* background-color: rgb(127,226,255); */
	background-color: rgb(194,216,226);

}
.unvisited_topic, .unvisited_topic:link {
	/* background-color: rgb(127,226,255); */
	background-color: rgb(194,216,226);
}
a.visited_topic, a.visited_topic:link, a.visited_topic:visited, a.unvisited_topic:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	background-color: transparent;
}
.visited_topic, .visited_topic:link, .visited_topic:visited, .unvisited_topic:visited {
	background-color: transparent;
}
a.visited_topic:hover, a.unvisited_topic:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	background-color: #ffffff;
}

/*
a.topiclink:link {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
}
a.topiclink:visited, a.iwasthelast, a.iwasthelast:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
}
a.topiclink:hover, a.iwasthelast:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #ee0000;
	background-color: #ffffff;
}
*/

a.thispage, a.thispage:link, a.thispage:hover, a.thispage:visited {
	font-size: 130%;
	color: #ee0000;
}

a.prevnext:link, a.prevnext:visited {
	color: black;
	/* color: #28559d; */
	/* color: #1111ff; */
}
a.prevnext:hover {
	color: #ee0000;
}

.forumbutton, .forumbutton:visited, .forumbutton:active, .forumbutton:link {
	display: inline-block;
	border: 0px solid #28559f;
	background-color: #28559d;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: auto;
	margin: 0px 2px 0px 2px;
	padding: auto 3px auto 3px;
	cursor: pointer;
	height: 20px;
}

a.answerthis, a.answerthis:visited, a.email, a.email:visited {
	text-decoration: none;
	color: black;
}

tr.on_comment_header, tr.off_comment_header {
}
tr.on_comment {
	background-image: url(/bg6.gif); border: 1px solid #28559f;
	border: 1px solid #28559f;
}
tr.off_comment {
	background-image: url(/bg7.gif); border: 1px solid #28559f;
	border: 1px solid #28559f;
}

table.pager tr td:hover { /* persze nem IE-ben */
	background-color: #ffffff;
}

