﻿/*Stylesheet til indexerne i leksikon*/


ul#navigation-index
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: white;
	float: left;
	width: 100%;
}
	
ul#navigation-index a
{
	display: block;
	border-bottom: 2px #00FFFF solid;
}

ul#navigation-index a:hover
{
	color: blue; /*	background: lime;*/;
	font-size: small;
	font-weight: bold;
}
