body 	{
	background-color: 	white;
	background-image: 	url('/image/gavrilo_black.png');
	background-repeat: 	no-repeat;
	background-position: 	top center;
	margin:			60px 35% 20px 35%;
	padding:		0;
	text-align:		left;
	color:			black;
	font-size:		10px;
	font-weight:		400;
	font-variant:		small-caps;
	}
p	{
	font:			large/1.556 'Linux Libertine',Palatino,'Palatino Linotype','Book Antiqua',Georgia,'Times New Roman',serif;word-spacing:.1em;
	font-variant:		normal;
	opacity: 0.7;
	}
a	{
	text-decoration:	none
	}
a:link	{
	color:FireBrick;
	border-bottom:1px dotted
	}
a:visited{
	color:FireBrick;
	border-bottom:1px dotted
	}
a:link:hover,a:visited:hover{
	border-bottom:1px solid
	}

