body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/****************** text ******************/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top:10px;
}

/****************** odkazy ******************/
a {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000
}
a:hover {
	text-decoration: underline;
	color: #ff0000
}
