BODY {
	font-family : Arial, Helvetica, sans-serif ;
	font-size : 10pt;
	color: black;
	background-color : White;
}
 
A {
	color: Red;
	text-decoration: none
}

A:Hover {
	color: Blue;
text-decoration: none
}

H1 {
	color: Blue;
	width: 60%;
	border-bottom-style : solid;
	border-bottom-color : White;
	border-bottom-width : medium;
}

H2 {
	color: Blue;
	background : url(./images/sipkahore.gif) no-repeat right;
	width: 60%;
	border-bottom-style : solid;
	border-bottom-color : White;
	border-bottom-width : thin;
}

H3 {
	color: Blue;
}

 H4 {
	color: Blue;
}

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

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

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

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

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


HR {
	color : Blue;
}
