UL {background-color: #eeee99; }
UL.hmm {background-color: #000000;}
UL.second {list-style-type:decimal;color: #ffffff;background:transparent;}
OL {background-color: #eeee99; }

LI {background: #eeee99;}
PRE {color: black;background-color: #eeee99;}

A:link {color:#4433ff;background:transparent;}
A:visited {color:#880088;background:transparent;}
A:focus:active  {color:#ff00ff; background-color:transparent;}
A:hover   { color:#ff0000; background-color:transparent;}

B.special  {color: #ff0000;background:transparent;}
B.remark   {color: #bb0000;background:transparent;}
B.title    {color: #ff4488;background:transparent;}
B.blue	   {color: #0000ff;background:transparent;}

TD.special 		{color: #222266;background-color: #eeee99 ;}
TD.especial		{color: #222266;background-color: #eeee99 ;}
TD.remark		{color: #202020;background-color: #ffb89d;}
TD.diff			{color: black;background-color: #cccc99;}
TD.blue			{color: black;background-color: #0000ff;}
TD.bluewhite		{color: blue;background-color: white;}
TD.black		{color: black;background-color: #000000;}
TD.blackwhite		{color: black;background-color: white;}
TD.blackyellow		{color: black;background-color: yellow;}
TD.white		{color: black;background-color: #ffffff;}
TD.yellow		{color: black;background-color: #ffff00;}



P { margin-left:4pt;color:#222222; margin-right:4pt;background:transparent;}
P.special { background-color: #cccc99;color: black;}
P.instruction {color:#ff0000;background:transparent;}

BODY {
  scrollbar-arrow-color: #222266;
  scrollbar-highlight-color: #ffffdd;
  margin: 0em 1em 2em 60px;
  font-family: Arial, Helvetica, serif;
  color: black;
  background: #ffffdd;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../images/logo.gif);
}


