/* style sheet for SSLUG  "style/sslug.css" */
/* <LINK REL="stylesheet" HREF="http://www.sslug.dk/style/sslug.css" TYPE="text/css"> */

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

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

/* normal text */

P {
    color:	#000000;
}

/* special text */

PRE, CODE, TT	{
	font-family:	fixed; /*arial, helvetica; */
	font-size: normal;
}

/* lists */
UL, UL.noindent	{
	color:	#000000;
}
UL.noindent {
	position: relative;
	left: -12px;
}
LI	{
	color:	#000000;
}


/* links , normal/default with underline */
A { /* common parameters for link */
   text-decoration: underline;
}
A:link	{ color: #0000a0; }
A:visited { color: #000090; }
A:active, A:hover {
	color:	#000080;
	background-color: #ffffcc;
}
/* class=noul for links with no underline */
A.noul  {
   text-decoration: none;
}
A.noul:link, A:link.noul {  color: #0000d0; }
A.noul:visited {   color: #000090; }

A.amenu { /* menu navigation */
   text-decoration: none;
   color: #000090;
}
A.bigmenu { /* menu navigation */
   text-decoration: none;
   color: #000090;
   font-family:      Arial,Helvetica , sans-serif; 
   font-size:           110%;
   font-weight:         bold; 

}

.texttbl {
   background-color:     #FFFFFF;
   color:               #000000;
   float:               right;
}

.smalltext	{
   background-color:    #ffffff;
   color:               #000000;
   font-family:     Arial,Helvetica , sans-serif; 
   font-size:           12pt;
}

.smalltext8	{
   background-color:    #ffffff;
   color:               #000000;
   font-family:     Arial,Helvetica , sans-serif; 
   font-size:           8pt;
}

.smalltextgrey {
   background-color:    #C0C0C0;
   color:               #000000;
   font-family:         Arial, Helvetica,  sans-serif; 
   font-size:	        10pt;
}

A.asmalltextgrey {
   background-color:    #C0C0C0;
   font-family:         Arial, Helvetica,  sans-serif; 
   font-size:	        10pt;
}

A.asmalltextgrey:link  {
	background-color:    #C0C0C0;
	color: #000090; }
A.asmalltextgrey:visited  {
	background-color:    #C0C0C0;
	color: #001090; }

.headertblbig { /* remove */
   font-family:         Arial, Lucidabright,  sans-serif; 
   font-size:           122%;
   font-weight:         bold; 
}

.menuheader { 
  font-family:      Arial,Helvetica , sans-serif; 
   font-size:           110%;
   font-weight:         bold; 
}
.tdmenuheader { 
  font-family:     Arial,Helvetica , sans-serif; 
   font-size:           110%;
   font-weight:         bold; 
}


/* css eof */

