/* vlastnosti hyperlinku */
A  { text-decoration: none }
A:active  {
	text-decoration: underline;
}
A,HR,BODY,TABLE 
	{
	font-family: sans-serif, Geneva,Arial, Helvetica;
	font-size: 12px;
	color: White;
	background: #F5DFAF;
	background-color : #21449C;
	font-weight : lighter;
}

TABLE,BODY
	{
	margin: 0;
}
