/*Nyomtatási kép kinézetének stílusa*/
/*
@page     
  {
  margin-top: 1em;
  margin-right: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  }
*/
body
  {
  color: black;
  background-color: white;
  }

h1,h2,h3
  {
  page-break-after: avoid;
  color: black;
  }

.noprint    /*nem kinyomtatott elemek osztalya*/
  {
  width: 1px;
  height: 2px;
  display: none;
  }

.tabla    /*kis tábla keret*/
  {
  border: 1px solid black;
  width: 300px;
  } 

.kboxf
  {
  height: 2px;
  page-break-before: avoid;
  }
.kboxa
  {
  height: 2px;
  page-break-after: avoid;
  }

.vissza
  {
  display: none;
  }
  
.tn
  {
  font-size: 13pt;
  color: black;
  }
.text
  {
  font-size: 13pt;
  color: black;
  }
.textb
  {
  font-size: 13pt;
  color: black;
  }
.textk
  {
  font-size: 13pt;
  color: black;
  }
p
 {
 font-size: 13pt;
 color: black;
 }
a.sportszernev
  {
  color:  black;
  background-color: transparent;
  font-weight: bold;
  }
a.sportszernev:hover
  {
  color:  black;
  background-color: transparent;
  font-weight: bold;
  }
a.sportszernev:active
  {
  color:  black;
  }
.textp 
  {
  font-size: 19px;
  color:  black;
	background-color: transparent;
	text-decoration: none;
  }

.textp_s 
  {
  font-size: 13px;
  color:  black;
	background-color: transparent;
	text-decoration: none;
	}

/*****************************************/

