/* Basic styles for Milivoj CV alma.ch */
/* Print css at end ! */

body {
	background: #FFFFFF; /*white*/
	color: #000000; /*black*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 3%;
}

h1	{
	font-size: 1.2em;
	text-align: center;
}
h2	{
	font-size: 1em;
	text-decoration: underline;
	font-weight: bolder;
	text-align: left; 
}
h3	{
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
h4	{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}

em,
strong	{
	font-weight: bolder;
	font-style: normal;
	font-size: 1em;
}

A:link    { color: #0000FF; background-color: #FFFFFF }    /* unvisited links blue on white */
A:visited { color: #400080;  background-color: #FFFFFF }   /* visited links dark blue/violet on white */

.footnote	{
	font-size: small;
}
.footer	{
	font-size: small;
	color: silver;
	background: #FFFFFF; /*white*/
}
.right {
	text-align: right;
}
.printlink {
	text-align: right;	
}
.printlink img {
	border: 0;
	margin-right: 0.5em;
	vertical-align: bottom;
}
.printlink a {
	text-decoration: none;
	font-size: smaller;
}


@media print {
	body {
		font-size: 10pt;
		margin: 0;
	}
	p {
		margin: 0.25em 0 0.5em 0;
	}
	a {
		color: black !important;
		background-color: white;
		text-decoration: none;
	}
	.footnote {
		font-size: 8pt;
		position: fixed;
		left: 0;
		bottom: 0;
	}
	hr {display: none;}
	.printlink {display: none;}
}

