@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
}

.maindiv {
	margin-left: 10px;
	margin-right: 10px;
}

.screencapture img{
	border-style:outset;
	border-width:2px;
}

.screencapture img:hover{
	border-style:inset;
	border-width:2px;
	border-color:#00CCFF;	
	opacity: 0.7;
	filter:alpha(opacity=70);
}

a.kezdolapra {
	font-size:12px;
	text-decoration:none;
	color:#FF9900;
}

a.kezdolapra:hover {
	color:#33CCFF;
}

.footer, a.footer {
	font-size:12px;
	text-decoration:none;
	color:#999999;
}