/* Setukeste laulud III CSS R2 */

a:link, a:visited {
	background-color : transparent;
	color : #808080;
}

a:hover {
	background-color : #0000ff;
	color : #80ffff;
}

a:active {
	background-color : transparent;
	color : #ff0000;
}

body {
	background-color : #d0d0d0;
	font-size : 16px;
}

div.top {
	background-image : url(top.gif);
	padding : 0px 4px 0px 6px;
	text-align : center;
}

.divise {
	background-color : transparent;
	color : #c0c0c0;
	font-size : 16px;
	position : relative;
	top : -3px;
}

.lien {
	background-color : #eeeeee;
	color : #808080;
	font-family : verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	letter-spacing : 0px;
	position : static;
	text-decoration : none;
	top : -5px;
}
