body {
	margin:0; padding:1em;
	background:#F7F2EF;
	border:2em solid #e0e0e0; border-bottom-color:#F7F2EF;
	font-size:14pt;
	font-family:serif;
	}

a { color:#bc7879; }
a:hover { color:white; background:#bc7879; text-decoration:none; }
a.local:hover { color:white; }

h1 { font-size:200%; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:120%; }

p { line-height:150%; }

img { vertical-align:middle; }

input, select { font-size:12pt; line-height:auto; vertical-align:middle; }

.odstup { margin-top:5em; }
.small { font-size:80%; }
.center { text-align:center; }
.right { text-align:right; }

.linebef { padding-top:1em; border-top:1px solid #cccccc; }
.heading { padding-bottom:1em; margin-bottom:2em; border-bottom:1px solid #cccccc; }

@media print {
	body { margin:auto; padding:0; border:none }
	}

