/*-------------------------
/* Basic.css 
/* Just a few simple styles that NN4 can cope with.
/*------------------------*/

BODY  { background: #FFF8E8; color:black; }

#page { background: #FFF8E8; color:black; }

A:link	{ color: #E04000; background-color:transparent; }
A:visited	{ color: #982800; background-color:transparent; }
A:active, A:focus	{ color: red; background-color:white; }  /* 'active' here for IE bug */
A:link:hover    { color: green; background-color:transparent; }
A:visited:hover { color: green; background-color:transparent; }

#wmbanner 
	{ background-color: yellow; color: green; 
        font-size: 250%;   }

#wmbutton
	{ background-color: yellow; color: green; 
	  font-size: 200%;   }

/*--------- Sub-site Flags -----------*/

.wmstyle
	{ background-color: yellow; color: green; }
.ukrbstyle
	{ background-color: green; color: yellow; }
.nlstyle
	{ color: black; background-color: #FF8000; }





