body 	{
	background-color: 	white;
	background-image: 	url('/image/gavrilo_black.png');
	background-repeat: 	no-repeat;
	background-position: 	top center;
	margin:			60px 25% 20px 25%;
	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;
	}
li	{
        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
	}
textarea#content{
	width: 100%;
	border: 1px inset #cccccc;
	font-family: 'Linux Libertine',Palatino,'Palatino Linotype','Book Antiqua',Georgia,'Times New Roman',serif;
	background-color: #cccccc;
	opacity: 0.4;
	}
input[type=submit]{
	border: 1px dotted #000000;
	opacity: 0.4;
	}
.graph {
	width: 100%;
	height: 15px;
	border: 1px solid #aeaeae;
	}
.bar {
	height: 100%;
	margin: 0px 1px;
	display: inline-block;
	position: relative;
	background-color: #aeaeae;
	text-align: center;
	}
