BODY {
	font-family : Arial, Helvetica, sans-serif ;
	font-size : 10pt;
	background : White;
}
 
A {
	color: blue;
text-decoration: none
}

A:Hover {
	color: red;
text-decoration: none
}

H1 {
	color: black;
	width: 60%;
	border-bottom-style : solid;
	border-bottom-color : Blue;
	border-bottom-width : medium;
}

H2 {
	color: black;
	width: 80%;
	background : #00BFFF url(./images/sipkahore.gif) no-repeat right;
}

H3 {
	color: black;
	width: 80%;
	background : #00BFFF;
}

 H4 {
	color: black;
}

UL {
	list-style-image: url(./images/zelenabodka.gif)
}

UL LI.popular {
	background-color : Aqua;
}

UL LI.beginner {
	background-color : Lime;
}

UL LI.intermediate {
	background-color : Yellow;
}

UL LI.advanced {
	background-color : Red;
}


HR {
	color : Blue;
}
