#frame{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	
	
}
a:link {color:white;}      /* unvisited link */
a:visited {color:white;}  /* visited link */
a:hover {color:#FCDDC1;}  /* mouse over link */
a:active {color:red;}  /* selected link */

.upcoming{
color: red;
}

#fejlec{
	height: 50px;
}
#left{
	width: 140px;
	float: left;
	color: #848484;
	background-color: #aaafbb;
}
#right{
	width: 10px;
	float: right;
}

#main{
	width: 600px;
	float: none;
	background-color: #aaafff;
	
}

STRONG {
    COLOR: #009900;
    FONT-SIZE: 10px;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #b4b4b4 0px 0px 0px;
    font-style: normal;
}


.main{

background-color: #aaafff;
padding: 10px;
margin-top: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #848484;
}
.cikk{
border: 1px dashed black;
background-color: #eeeeee;
padding: 10px;
margin-top: 10px;
}

.modul{
border: 1px solid black;
background-color: #aaaa12;
padding: 10px;
margin-top: 10px;
}


body {
font-style: Verdana;
 /* background: url(background.jpg) */
font-size: 16px;
color: white;
font-weight: bold;


}