/* Stylesheet na formßtovßnÝ strßnek George Dennis*/
body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #000D55;
	background-color: #E7F5FF;
}

.justify{
	text-align: justify;
}

h4{
	text-transform: uppercase;
}

.neodsadit{
	margin-bottom:0;
}



/* Barvy */
a:link		{
	color: #000D55;
}
a:hover		{
	color: #000D55;
	background-color: #94D1FC;
}
a:visited	{ color: #000D55}

/* Veilkosti písem, řádkování */
body   		{ font-size: 10pt}
p, dl, li	{ font-size: 1em}
td, th	{ font-size: 10pt}
h1		{ font-size: 11pt}
a	{ font-size: 1em}

/* Řezy písem */
body 		{ font-family: Verdana, Arial, Helvetica, sans-serif }
a:hover		{ font-weight: bold }

h1		{ font-weight: bold }

/* Dekorace písem */

a		{ text-decoration: none }
h1		{ text-decoration: none }

/* Okraje odstavc¨ */
p		{ margin-top: 2px ; margin-bottom: 8px}

/* OdsazenÝ prvnÝ °ßdky odstavc¨ */
p		{ text-indent: 0px}

.sell-policy{
	font-size: 80%;
	border: solid 1px red;
	padding: 0 1em;
}

.sell-policy p, .sell-policy ol{
	text-align: justify;
}
/* Barvy */

.sell-policy a:link{
	color: #000D55;
	background-color: #C3EBFF;
	font-weight: normal;
}
.sell-policy a:hover{
	background-color: #94D1FC;
	color: #000D55;
}