BODY {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
	margin:40px 0px; padding-top:0px;
	margin-top:10px;
        padding-left:40px;
	text-align:left;
	}

P {
	text-align:justify;
}

P.center
 {
	text-align:center;
}

P.right
 {
	text-align: right;
}
	
#Content {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-color: White;
	}

#date  {
	color: blue;
	}


UL {
	list-style-image: url(./images/zelenabodka.gif)
}

UL LI.popular {
	list-style-image: url(./images/modrabodka.gif)
}

UL LI.beginner {
	list-style-image: url(./images/zelenabodka.gif)
}

UL LI.intermed {
	list-style-image: url(./images/zltabodka.gif)
}

UL LI.advanced {
	background-color : Red;
	list-style-image: url(./images/cervenabodka.gif)
}


HR {
	color : #6495ED;
	height: 1pt;
}

H1 {
	color: black;
	width: 60%;
	border-bottom-style : solid;
	border-color : #6495ED;
	border-bottom-width : medium;
	text-align: left;
	padding-top: 30px; 	
}

H2 {
	color: black;
	width: 40%;
   font-size: 12pt;
	text-align: left;
   border-bottom : solid;
	border-bottom-color : #6495ED;
	border-bottom-width : medium;
}

H3 {
	color: black;
	width: 80%;
	text-align: left;
	background : #00BFFF;
}

 H4 {
	color: black;
	text-align: left;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}