
BODY {
	background-color : #DDDDFF;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
} 

TD {
	font-size : 12px;
}
a:link {
	color: #5E47B8;
	text-decoration: underline;
	background-color : transparent;
}
a:visited {
	color : #9C62BF;
	text-decoration: underline;
	background-color : transparent;
} 
a:hover {
	color : Fuchsia;
	text-decoration: underline;
	background-color : transparent;
	background : #DAD7FB;
} 
a:active {
	color : Blue;
	text-decoration: underline;
	background-color : transparent;
} 
h1 {
	background : #B4B5D0;
}
TD.SeekTitle {
	font-size : 16px;
	background-color : #B4B5D0;
	font-weight : bold;
}
TABLE.SeekForm {
	font-size : 12px;
	width : 100%;
	border : solid;
	background-color : #F1ECFD;
	border-color : #B4B5D0 #B4B5D0 #B4B5D0 #B4B5D0;
	border-width : thin thin thin thin;
}

TABLE.SeekListe {
	font-size : 12px;
	width : 100%;
	border : solid;
	background-color : transparent;
	border-color : #B4B5D0 #B4B5D0 #B4B5D0 #B4B5D0;
	border-width : thin thin thin thin;
}
TD.SeekResultTitle {
	font-size : 14px;
	background-color : #F1ECFD;
	border : none;
}
TD.SeekAuthorList {
	font-size : 14px;
	border : none;
	/* font-weight : bold; */
	vertical-align : top;
	width : 50%;
}
