html, body {
	
	background-color : White;
	font : 12px/20px Arial, Helvetica, sans-serif;
	color : Black;
	text-align : left;
	padding-left : 10%;
	padding-right : 10%;
	
}
p {
	margin : 5px 30px 5px 30px;
	text-indent : 30px;
}
ul {
	margin : 5px 30px 5px 30px;
}
a, li a, p a {
	font-weight : bold;
	color : Maroon;
	margin : 0;
}
li a:hover, p a:hover {
	text-decoration : none;
	color : #2F4F4F;
}
b {
	font-weight : normal;
}
u {
	text-decoration : none;
}
h5 {
	color : Black;
	font-weight : normal;
}
h1#glav {
	height : 100px;
	border-bottom : 3px solid Maroon;
	color : Maroon;
	line-height : 100px;
	text-align : center;
}
#bot {
	padding-top : 20px;
	border-top : 2px solid Maroon;
}
