body {
	margin: 0 0 0 0;
}
	
font.nadpis {
   font-size: 22px;
	color: white;
  font-weight: bold;
	}

a, a:link, a:active, a:visited {
   color: white;
   text-decoration: underline;
	}

a:hover {
   text-decoration: none;
	}

table.forum {
	font-size: 13px;	
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-weight: bold;
}

table.forum tr.popis {
	font-size: 14px;	
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-weight: bold;
}

table.forum tr td a{   

	color: white;
	text-decoration: none;
	font-size: 12px;	
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: right;
}
table.forum tr td a:hover{   

	color: white;
	text-decoration: underline;
	font-size: 12px;	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
}

table.forum tr.cislovani {
	font-size: 12px;	
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-weight: normal;
	text-align: center;
}

table.forum tr.cislovani a{   

	color: white;
	text-decoration: none;
	font-size: 12px;	
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}

table.forum_insert tr td input, textarea, select
	{
  background-color: white;
  color: black;
  font-weight: bold;
  border-style: groove;
  text-align: center;
	}

table.forum_insert tr td textarea
	{
  text-align: left;
	}

table.forum_insert tr td
	{
   font: Bitstream Vera Sans;
   font-size: 16px;
	color: white;	
   font-weight: bold;	
	}