body {
	font-size: 18px;
        color: #007DB9;
}

input[type=text] {
	font-weight: bold;
	background-color: #A8CFE2;
	border: 1px solid #7777FF;
}

input[type=password] {
	font-weight: bold;
	background-color: #A8CFE2;
	border: 1px solid #7777FF;
	cursor: hand;
}

input[type=submit] {
	background-color: #A8CFE2;
	font-weight: bold;
	color: #000088;
	border: 2px hard;
	cursor: pointer;
}

textarea {
	font-weight: bold;
	background-color: #A8CFE2;
	border: 1px solid #7777FF;
	cursor: hand;
}

select {
	font-weight: bold;
	background-color: #A8CFE2;
	border: 1px solid #7777FF;
	cursor: hand;
}

select.kotelezo {
	font-weight: bold;
	background-color: #AAFFAA;
	border: 1px solid #7777FF;
	cursor: hand;
}

a {	text-decoration: none;	
}

#body {
#	font-family: Tahoma;
#	font-style: normal;
#	font-variant: normal;
#	font-weight: bold;
#	line-height: 100%;
#	word-spacing: normal;
#        letter-spacing: normal;
#        text-decoration: none;
#        text-transform: none;
#        text-align: left;
#        text-indent: 0ex;
#        color: #9999D8;
#	font-size: 24px;
#}

div {
	font-family: Tahoma;
}

th {
    text-align: left;
}

.csomagtabla {
    font-family: inherit;
    font-size: 22px;
}