﻿body {
	background-image: url("image/background.jpg");
	background-color: #5E5E5E;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #FFC600;
}

a:link, a:visited, a:hover {
	color: #00FF00;
}

a:active {
	color: #FFF000;
}

font.fb_link {
	color: #3b5998;
}

font.zold {
	color: #01FF34;
}

.terv_zold {
	background: #00FF00;
	color: #000000;
}

.terv_sarga {
	background: #FFFF00;
	color: #000000;
}

.terv_piros {
	background: #FF0000;
	color: #000000;
}

#marquee {
	margin-left: 50px;
	margin-right: 50px;
}

fieldset.loginstyle {
	position: absolute;
	display: inline-block;
}

#code {
	color: #FFC600;
	background: #000000;
}

.cursor {
    cursor: url("image/cursor.gif"), auto;
	/* http://www.javascriptkit.com/dhtmltutors/cursor-hand.gif */
}

code {
	cursor: text;
}

.uzibekuldes {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

.matrix {
	font-family:Lucida Console, Courier, Monotype;
	font-size:10pt;
	text-align:center;
	width:10px;
	padding:0px;
	margin:0px;
}

.obfuscated {
    font-family: 'Courier New', Courier, monospace;
    /* font-weight: bold; */
    /* Opcionális: adj neki egy kis "mátrixos" hatást */
}

/*
table {
	width: 200px;
	background-color: #003585;
	border: 4px solid #0056D7;
	padding: 3px;
}
*/