/* style sheet for Exiqon lnatools  "style/lnatools.css" */
/* <LINK REL="stylesheet" HREF="http://basie/~nt/style/lnatools.css" TYPE="text/css"> */

/* body */
BODY	{
	color:	#000000; 
	background-color: #FFFFFF;
}

/* headings */
H1, H2, H3, H4, H5, H6 {
	color:	#000000;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

/* normal text */

* {
    color:	#000000;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
}

/* special text */

PRE, CODE, TT	{
	font-family:	courier, fixed; 
	font-size: medium;
}

LI	{
  color:	#000000;
  font-family:     Arial,Helvetica , sans-serif; 
  font-size:           11pt;
}

/* links , normal/default with underline */
A { /* common parameters for link */
   text-decoration: underline;
  font-family:     Arial,Helvetica , sans-serif; 
  font-size:           11pt;
  font-color:          #000000;
}
A:link	{ color: #6070C0; }
A:visited { color: #005051; }
A:active {
	color:	#002B7F;
	background-color: #FFFFFF;
}
A:hover {
	color:	#002B7F;
	background-color: #FFFFFf;
}
/* class=noul for links with no underline */
A.noul  {
   text-decoration: none;
  font-family:     Arial, Helvetica , sans-serif; 
  font-size:           12pt;

}
A.noul:link, A:link.noul {  color: #0000d0; }
A.noul:visited {   color: #000090; }

/* css eof */
