.cegnev
    {
	color: #003366;
	font-size: 16px;
    }

/*** Alapértelmezett linkek ***/
a
    {
	visibility: visible;
	text-decoration: none;
	color: #0066FF;
    }
a:hover
    {
	text-decoration: underline;
    }

/*** Cimszavak , bekezdések , felsorolások ***/

h1
    {
	font-size: 24px;
	color: #3399FF;
	font-weight: bold;
    }
h2
    {
	font-size: 22px;
	color: #0099FF;
	font-weight: bold;
    }
h3
    {
	font-size: 18px;
	color: #0085DD;
	font-weight: bold;
    }
h4
    {
	font-size: 16px;
	color: #0099FF;
    }
h5
    {
	font-size: 18px;
	color: #003366;
    }
h6
    {
	font-size: 18px;
	color: #F00;
    }
p
    {
	color: #003366;
	font-size: 16px;
    }
ul
    {
	color: #003366;
	font-size: 16px;
    }
li
    {
	color: #003366;
	font-size: 16px;
    }

/*** Kalkulátor ***/
.tableCalculator
    {
    width: 500px;
    
    padding-left: 30px;
    
    color: #003366;
    }

.tdText
    {
    width: 200px;
    }

.tableCalculator input[type=text]
    {
    width: 40px;
    color: #003366;
    text-align: center;
    background-color: #AAC4F9;
    }

.tableCalculator select
    {
    width: 40px;
    color: #003366;
    background-color: #AAC4F9;
    }

/*** LogedIn ***/
.tableLogedin
    {
    padding-top: 15px;
    padding-left: 15px;
    color: #003366;
    }


/*** Lábléc szövege ***/

.labszoveg
    {
	color: #AAC4F9;
	font-size: 14px;
    }
	
.afa {
	color: #999;
	font-size: 14px;
}

