
/* Style til Open Networks 99 kristian@sslug.dk */

/*
   Light up my life! Lets have a white background.
*/

BODY { 
     background: #FFFFFF; 
     color: #514a9a;
     }


/* 
   My preferred font is Helvetica, 
   but we should have a sensible list of
   substitutes 
*/

BODY, P, TH, TD, LI, UL, H1, H2, H3, H4, H5, H6 { 
		    font-family: Helvetica,Lucida,Verdana,Arial,sans-serif; 
		    color: #514a9a;
		    }

H1, H2, H3, H4, H5, H6 {
		       background: #FFFFFF;
		       color: #514a9a;
		       font-weight: bolder;
		       }
DIV, SPAN {
       background: #FFFFFF;
       color: #514a9a;
}

LI, UL {
/*       background: orange; */
       color: #514a9a;
}

P {
  margin: 20px;
  color: #514a9a;
  }



A:link     {
	   text-decoration: none;
	   font-weight: 800;
	   }
A:visited  {
	   text-decoration: none;
	   font-weight: 800;
	   }
A:active   {
	   text-decoration: none;
	   font-weight: 800;
	   color: red;
	   }
A:hover	   {	
	   text-decoration: underline;
	   font-weight: 800;
	   color: red;
	   }


.menutable {
	   border-style: inset;
	   border-color: #514a9a;
	   background: orange;
	   }

.menuentry {
	   width: 80px;	
	   }

.header	   {
	    background: #514a9a;
	    color: white;
	    font-weight: bolder;
	    }

.menuheader {
	    background: #514a9a;
	    width: 80px;
	    color: white;
	    font-weight: bolder;
	    }
.programheader {
	       background: orange;
	       }
.warning {
        font-weight:    bolder;
        color:          red;
        }


