.bodytext {
    font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.text_2 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}
.link 	{  font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 10px; font-style: bold; 
		font-weight: normal; color: #000000; }
		A:link {COLOR: #00A6EB; TEXT-DECORATION: none}
		A:visited {COLOR: #00A6EB; TEXT-DECORATION: none}
		A:active {COLOR: #00A6EB; TEXT-DECORATION: none}
		A:hover {BACKGROUND-COLOR: none; COLOR: #00A6EB; TEXT-DECORATION: underline
}
.button {
 background-color: #FFFFFF;  /* gombok szine */
 font-family: verdana, arial, helvetica, sans-serif;        /* gomb szöveg betütipusa */
 font-size: 10px;            /* gomb szöveg mérete */
 color: black;     /*gomb szöveg szine*/
 font-weight: bold;          /* gomb szöveg vastagsága; normal, bold=vastag */
 width: 95;                 /* gombok szélessége */
}